mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 13:57:01 +08:00
commit
8aa4c8a13e
2 changed files with 9 additions and 0 deletions
|
@ -237,5 +237,13 @@ volumes:
|
||||||
nextcloud_aio_nextcloud_data:
|
nextcloud_aio_nextcloud_data:
|
||||||
name: nextcloud_aio_nextcloud_data
|
name: nextcloud_aio_nextcloud_data
|
||||||
|
|
||||||
|
# Inspired by https://github.com/mailcow/mailcow-dockerized/blob/master/docker-compose.yml
|
||||||
networks:
|
networks:
|
||||||
nextcloud-aio:
|
nextcloud-aio:
|
||||||
|
name: nextcloud-aio
|
||||||
|
driver: bridge
|
||||||
|
enable_ipv6: true
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
config:
|
||||||
|
- subnet: ${IPV6_NETWORK}
|
||||||
|
|
|
@ -31,3 +31,4 @@ TALK_PORT=3478 # This allows to adjust the port that the talk container
|
||||||
TIMEZONE=Europe/Berlin # TODO! This is the timezone that your containers will use.
|
TIMEZONE=Europe/Berlin # TODO! This is the timezone that your containers will use.
|
||||||
TURN_SECRET= # TODO! This needs to be a unique and good password!
|
TURN_SECRET= # TODO! This needs to be a unique and good password!
|
||||||
UPDATE_NEXTCLOUD_APPS="no" # When setting to "yes" (with quotes), it will automatically update all installed Nextcloud apps upon container startup on saturdays.
|
UPDATE_NEXTCLOUD_APPS="no" # When setting to "yes" (with quotes), it will automatically update all installed Nextcloud apps upon container startup on saturdays.
|
||||||
|
IPV6_NETWORK=fd12:3456:789a:2::/64 # IPv6 subnet to use
|
||||||
|
|
Loading…
Reference in a new issue