add compose.yaml
This commit is contained in:
parent
b5262b23a6
commit
aa7f55d0af
1 changed files with 11 additions and 0 deletions
11
compose.yaml
Normal file
11
compose.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
services:
|
||||||
|
grundriss:
|
||||||
|
build: .
|
||||||
|
container_name: grundriss
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "5000:5000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Berlin
|
||||||
Loading…
Add table
Add a link
Reference in a new issue