mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-10-29 17:50:07 +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
|
SUBNET=192.168.205.0/24
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN=sectorq.eu
|
DOMAIN=mail.sectorq.eu
|
||||||
|
|
||||||
# Hostnames for this server, separated with commas
|
# 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 local part (will append the main mail domain)
|
||||||
POSTMASTER=admin
|
POSTMASTER=admin
|
||||||
|
|||||||
@@ -89,3 +89,6 @@ services:
|
|||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release
|
image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release
|
||||||
networks:
|
networks:
|
||||||
- nextcloud_network
|
- nextcloud_network
|
||||||
|
labels:
|
||||||
|
wud.watch: true
|
||||||
|
wud.watch.digest: true
|
||||||
Reference in New Issue
Block a user