Adjust templates

This commit is contained in:
CHIEFSOFT\ameye
2025-07-18 16:27:42 -04:00
parent 09e7f7243e
commit 97033deac9
2 changed files with 11 additions and 13 deletions
@@ -3,16 +3,15 @@ version: '3'
services: services:
website-WHAT_CONTAINER_NAME: website-WHAT_CONTAINER_NAME:
container_name: WHAT_CONTAINER_NAME container_name: WHAT_CONTAINER_NAME
image: yeasy/simple-web #image: yeasy/simple-web
image: registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
ports: ports:
- 'ALLOCATED_PORT:80' - 'ALLOCATED_PORT:80'
restart: always restart: always
volumes: ['DESTINATION_FOLDER:/var/www/html'] volumes: ['DESTINATION_FOLDER:/var/www/html']
# environment: environment:
# WORDPRESS_DB_HOST: d b:3306 - APACHE_RUN_USER=1000
# WORDPRESS_DB_USER: bloguser - APACHE_RUN_GROUP=1000
# WORDPRESS_DB_PASSWORD: CNT_DB_PASS
# WORDPRESS_DB_NAME: CNT_DB_NAME
networks: networks:
- sitenet - sitenet
@@ -3,16 +3,15 @@ version: '3'
services: services:
website-WHAT_CONTAINER_NAME: website-WHAT_CONTAINER_NAME:
container_name: WHAT_CONTAINER_NAME container_name: WHAT_CONTAINER_NAME
image: yeasy/simple-web #image: yeasy/simple-web
image: registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
ports: ports:
- 'ALLOCATED_PORT:80' - 'ALLOCATED_PORT:80'
restart: always restart: always
volumes: ['DESTINATION_FOLDER:/var/www/html'] volumes: ['DESTINATION_FOLDER:/var/www/html']
# environment: environment:
# WORDPRESS_DB_HOST: db:3306 - APACHE_RUN_USER=1000
# WORDPRESS_DB_USER: bloguser - APACHE_RUN_GROUP=1000
# WORDPRESS_DB_PASSWORD: CNT_DB_PASS
# WORDPRESS_DB_NAME: CNT_DB_NAME
networks: networks:
- sitenet - sitenet