provision fix

This commit is contained in:
CHIEFSOFT\ameye
2025-07-25 07:23:48 -04:00
parent 6adfa9d559
commit c938133edc
4 changed files with 35 additions and 24 deletions
@@ -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