You've already forked pigallery2
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user