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:
parent
5ae9f4a70a
commit
0b28716073
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue