mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-10-28 17:20:08 +01:00
Compare commits
2 Commits
8a0993cb1f
...
c2e3658303
| Author | SHA1 | Date | |
|---|---|---|---|
| c2e3658303 | |||
| e4ea354f75 |
@@ -15,10 +15,10 @@ SECRET_KEY=T1GSGDDBVRYF7UR7
|
||||
SUBNET=192.168.205.0/24
|
||||
|
||||
# Main mail domain
|
||||
DOMAIN=sectorq.eu
|
||||
DOMAIN=mail.sectorq.eu
|
||||
|
||||
# Hostnames for this server, separated with commas
|
||||
HOSTNAMES=sectorq.eu,mail.sectorq.eu
|
||||
HOSTNAMES=mail.sectorq.eu,sectorq.eu
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
POSTMASTER=admin
|
||||
|
||||
@@ -88,4 +88,7 @@ services:
|
||||
- 8782:8782
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release
|
||||
networks:
|
||||
- nextcloud_network
|
||||
- nextcloud_network
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
Reference in New Issue
Block a user