provision fix
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#version: '3'
|
||||
services:
|
||||
website-WHAT_CONTAINER_NAME:
|
||||
container_name: WHAT_CONTAINER_NAME
|
||||
#image: yeasy/simple-web
|
||||
image: registry.chiefsoft.com/pweb/pweb-01-merms-pweb0002:latest
|
||||
image: registry.chiefsoft.com/pweb/pweb-01-merms-pweb0003:latest
|
||||
pull_policy: always
|
||||
ports:
|
||||
- 'ALLOCATED_PORT:80'
|
||||
@@ -17,15 +15,5 @@ services:
|
||||
networks:
|
||||
- sitenet
|
||||
|
||||
#networks:
|
||||
# sitenet:
|
||||
|
||||
networks:
|
||||
sitenet:
|
||||
# driver: bridge
|
||||
# ipam:
|
||||
# driver: default
|
||||
# config:
|
||||
# - subnet: 171.11.0.0/16
|
||||
## ip_range: 172.28.5.0/24
|
||||
## gateway: 172.28.5.254
|
||||
@@ -1,9 +1,7 @@
|
||||
#version: '3'
|
||||
services:
|
||||
website-WHAT_CONTAINER_NAME:
|
||||
container_name: WHAT_CONTAINER_NAME
|
||||
#image: yeasy/simple-web
|
||||
image: registry.chiefsoft.com/pweb/pweb-01-merms-pweb0002:latest
|
||||
image: registry.chiefsoft.com/pweb/pweb-01-merms-pweb0003:latest
|
||||
pull_policy: always
|
||||
ports:
|
||||
- 'ALLOCATED_PORT:80'
|
||||
@@ -19,10 +17,3 @@ services:
|
||||
|
||||
networks:
|
||||
sitenet:
|
||||
# driver: bridge
|
||||
# ipam:
|
||||
# driver: default
|
||||
# config:
|
||||
# - subnet: 171.11.0.0/16
|
||||
## ip_range: 172.11.5.0/24
|
||||
## gateway: 172.11.5.254
|
||||
Reference in New Issue
Block a user