This commit is contained in:
Pan'kov Maksim
2023-06-11 15:23:02 +03:00
parent 64f61fb014
commit 93e2a3cd78
20 changed files with 72 additions and 248 deletions

View File

@@ -0,0 +1,15 @@
version: '3'
services:
pigallery2:
image: bpatrik/pigallery2:1.8.5
container_name: pigallery2
environment:
- NODE_ENV=debug #production # set to 'debug' for full debug logging
volumes:
- "./config:/app/data/config"
- "./db-data:/app/data/db"
- "/mnt/Teka2/photos:/app/data/images:ro"
- "./tmp:/app/data/tmp"
ports:
- 7780:80
restart: always