1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add advlabdb compose file

This commit is contained in:
Mo 2022-11-19 15:45:18 +01:00
parent a75be7b7e2
commit 0a88cb18e8

25
compose.yml Normal file
View file

@ -0,0 +1,25 @@
services:
advlabdb:
build: .
contianer_name: advlabdb
volumes:
- ~/volumes/advlabdb/data:/volumes/data:Z
- ~/volumes/advlabdb/logs:/volumes/logs:Z
environment:
- ADVLABDB_DATA_DIR=/volumes/data
- TZ=Europe/Berlin
networks:
- traefik
nginx:
image: docker.io/library/nginx:alpine
container_name: advlabdb_nginx
volumes:
- ~/volumes/advlabdb/nginx/conf.d:/etc/nginx/conf.d:Z,ro
environment:
- TZ=Europe/Berlin
networks:
- traefik
networks:
traefik:
external: true