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:
website-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:
- 'ALLOCATED_PORT:80'
restart: always
volumes: ['DESTINATION_FOLDER:/var/www/html']
# environment:
# WORDPRESS_DB_HOST: d b:3306
# WORDPRESS_DB_USER: bloguser
# WORDPRESS_DB_PASSWORD: CNT_DB_PASS
# WORDPRESS_DB_NAME: CNT_DB_NAME
environment:
- APACHE_RUN_USER=1000
- APACHE_RUN_GROUP=1000
networks:
- sitenet
@@ -3,18 +3,17 @@ version: '3'
services:
website-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:
- 'ALLOCATED_PORT:80'
restart: always
volumes: ['DESTINATION_FOLDER:/var/www/html']
# environment:
# WORDPRESS_DB_HOST: db:3306
# WORDPRESS_DB_USER: bloguser
# WORDPRESS_DB_PASSWORD: CNT_DB_PASS
# WORDPRESS_DB_NAME: CNT_DB_NAME
environment:
- APACHE_RUN_USER=1000
- APACHE_RUN_GROUP=1000
networks:
- sitenet
networks:
sitenet:
sitenet: