1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +00:00
AdvLabDB/compose.yaml
2023-01-30 15:59:58 +01:00

20 lines
377 B
YAML

---
services:
advlabdb:
build:
context: .
dockerfile: Containerfile
container_name: advlabdb
restart: unless-stopped
volumes:
- ../data:/volumes/data:Z
- ../logs:/volumes/logs:Z
environment:
- ADVLABDB_DATA_DIR=/volumes/data
- TZ=Europe/Berlin
networks:
- traefik
networks:
traefik:
external: true