1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

docker-compose.yml: add networks param

Added a `networks` clock to add the ability to specify a docker network name when deploying.

Signed-off-by: @afro.systems <root@afro.systems>
This commit is contained in:
@afro.systems 2025-02-22 18:31:16 -05:00
parent 5ae9f4a70a
commit 0b28716073

View file

@ -241,3 +241,8 @@ services:
test: any-sync-netcheck -c /code/storage/docker-generateconfig/nodes.yml 2>&1| grep -E 'netcheck\s+success' test: any-sync-netcheck -c /code/storage/docker-generateconfig/nodes.yml 2>&1| grep -E 'netcheck\s+success'
interval: 10s interval: 10s
start_period: 5s start_period: 5s
# any-sync-network default name
networks:
default:
name: anysync.network