1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-29 22:48:28 +02:00

Add source file support to backend #743

This commit is contained in:
Patrik J. Braun
2023-12-03 09:38:29 +01:00
parent aa4c8a2e35
commit d8e343fe8a
7 changed files with 2946 additions and 9220 deletions

View File

@@ -30,6 +30,7 @@ services:
container_name: pigallery2
environment:
- NODE_ENV=production # set to 'debug' for full debug logging
# - NODE_OPTIONS=--enable-source-maps # enable source map support on the backend for development
volumes:
- "./pigallery2/config:/app/data/config" # CHANGE ME
- "db-data:/app/data/db"