initial gipat config

This commit is contained in:
Pan'kov Maksim
2023-04-02 16:17:51 +03:00
commit 64f61fb014
22 changed files with 718 additions and 0 deletions

2
pigallery/BACKUP.adoc Normal file
View File

@@ -0,0 +1,2 @@
/mnt/Teka2/photos
./db-data

View File

View File

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

0
pigallery/tmp/.gitstub Normal file
View File