running
This commit is contained in:
parent
10f4b043b8
commit
5522698806
30
docker-compose.yml
Normal file
30
docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
||||
version: '3'
|
||||
services:
|
||||
pigallery2:
|
||||
image: bpatrik/pigallery2:latest-debian-buster
|
||||
container_name: pigallery2
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- VIRTUAL_HOST=photos.franv.site
|
||||
- LETSENCRYPT_HOST=photos.franv.site
|
||||
- LETSENCRYPT_EMAIL=ouch@thetrauma.org
|
||||
- VIRTUAL_PORT=80
|
||||
- LABEL=com.centurylinklabs.watchtower.enable=true
|
||||
labels:
|
||||
- diun.enable=true
|
||||
|
||||
|
||||
volumes:
|
||||
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
||||
- "./db-data:/app/data/db"
|
||||
- "./pigallery2/images:/app/data/images" # CHANGE ME
|
||||
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
||||
# ports:
|
||||
# - 80:80
|
||||
restart: always
|
||||
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: acme-companion_proxy-tier
|
||||
Loading…
Reference in New Issue
Block a user