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