deploy networks
This commit is contained in:
parent
c34175b262
commit
2678766ba9
@ -8,6 +8,7 @@ services:
|
||||
networks:
|
||||
- battleship-net
|
||||
- battleship-nginx
|
||||
- sprint-nginx
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
@ -55,3 +56,5 @@ networks:
|
||||
driver: overlay
|
||||
battleship-nginx:
|
||||
external: true
|
||||
sprint-nginx:
|
||||
external: true
|
||||
|
@ -8,6 +8,7 @@ services:
|
||||
networks:
|
||||
- battleship-net
|
||||
- battleship-nginx
|
||||
- sprint-nginx
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
@ -53,4 +54,6 @@ networks:
|
||||
battleship-net:
|
||||
driver: overlay
|
||||
battleship-nginx:
|
||||
external: true
|
||||
sprint-nginx:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user