Initial commit

This commit is contained in:
2026-05-30 22:48:53 -03:00
commit eacdd18165
35 changed files with 828 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
pigallery2:
image: 'bpatrik/pigallery2:latest'
environment:
- SERVICE_URL_PIGALLERY2_80
- NODE_ENV=production
volumes:
- 'pigallery2-config:/app/data/config'
- 'db-data:/app/data/db'
- type: bind
# source: '/shared/data-hoarding'
source: '/shared/nextcloud/data/cloud/files/data-hoarding'
target: '/app/data/images/data-hoarding'
is_directory: true
- type: bind
source: '/shared/pigallery2'
target: '/app/data/images/my-stuff'
is_directory: true