Update netatalk/docker-compose.yml
This commit is contained in:
@@ -18,8 +18,25 @@ services:
|
|||||||
- AFP_GROUP=afpusers
|
- AFP_GROUP=afpusers
|
||||||
- ATALKD_INTERFACE=enx00e04c680196
|
- ATALKD_INTERFACE=enx00e04c680196
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
|
- AFP_CNID_BACKEND=mysql
|
||||||
|
- AFP_CNID_SQL_HOST=cnid_db
|
||||||
|
- AFP_CNID_SQL_PASS=Braeburn
|
||||||
|
depends_on:
|
||||||
|
- cnid_db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.labels.apple == here
|
- node.labels.apple == here
|
||||||
|
|
||||||
|
cnid_db:
|
||||||
|
image: mariadb:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /media/disk/cnid_db_data:/var/lib/mysql
|
||||||
|
environment:
|
||||||
|
- MARIADB_ROOT_PASSWORD=Braeburn
|
||||||
|
deploy:
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.labels.apple == here
|
||||||
|
|||||||
Reference in New Issue
Block a user