Refac
This commit is contained in:
15
services/pigallery/docker-compose.yml
Normal file
15
services/pigallery/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user