mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add advlabdb compose file
This commit is contained in:
parent
a75be7b7e2
commit
0a88cb18e8
1 changed files with 25 additions and 0 deletions
25
compose.yml
Normal file
25
compose.yml
Normal 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
|
Loading…
Reference in a new issue