mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Add hint for debug logging in docker compose files
This commit is contained in:
parent
5db0ea7acd
commit
dcda2d3426
@ -17,7 +17,7 @@ services:
|
|||||||
image: bpatrik/pigallery2:latest
|
image: bpatrik/pigallery2:latest
|
||||||
container_name: pigallery2
|
container_name: pigallery2
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production # set to 'debug' for full debug logging
|
||||||
volumes:
|
volumes:
|
||||||
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
||||||
- "db-data:/app/data/db"
|
- "db-data:/app/data/db"
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
image: bpatrik/pigallery2:latest
|
image: bpatrik/pigallery2:latest
|
||||||
container_name: pigallery2
|
container_name: pigallery2
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production # set to 'debug' for full debug logging
|
||||||
volumes:
|
volumes:
|
||||||
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
||||||
- "db-data:/app/data/db"
|
- "db-data:/app/data/db"
|
||||||
|
@ -29,7 +29,7 @@ services:
|
|||||||
command: sh -c 'bin/wait-for pigallery-db:3306 -- --Server-Database-mysql-host=pigallery-db --Server-Database-mysql-username=pigallery2 --Server-Database-mysql-password=pigallery2_pass --Server-Database-mysql-database=pigallery2'
|
command: sh -c 'bin/wait-for pigallery-db:3306 -- --Server-Database-mysql-host=pigallery-db --Server-Database-mysql-username=pigallery2 --Server-Database-mysql-password=pigallery2_pass --Server-Database-mysql-database=pigallery2'
|
||||||
container_name: pigallery2
|
container_name: pigallery2
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production # set to 'debug' for full debug logging
|
||||||
volumes:
|
volumes:
|
||||||
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
||||||
- "db-data:/app/data/db"
|
- "db-data:/app/data/db"
|
||||||
|
Loading…
Reference in New Issue
Block a user