This commit is contained in:
decentral1se 2022-09-13 00:24:52 +02:00
parent 07db1977e2
commit 6b7faa21fe
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,11 @@ version: "3.8"
services:
app:
image: rojen/amusewiki:package
volumes:
- repo:/var/lib/amusewiki/repo
- thumb:/var/lib/amusewiki/thumb
- db:/var/lib/dbconfig-common/sqlite3/amusewiki
- web:/etc/nginx/
networks:
- proxy
deploy:
@ -17,6 +22,12 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=package+0.1.0"
volumes:
repo:
thumb:
db:
web:
networks:
proxy:
external: true