19 lines
562 B
YAML
19 lines
562 B
YAML
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
|