11 lines
197 B
YAML
11 lines
197 B
YAML
services:
|
|
grundriss:
|
|
build: .
|
|
container_name: grundriss
|
|
restart: always
|
|
ports:
|
|
- "5000:5000"
|
|
volumes:
|
|
- ./data:/app/data
|
|
environment:
|
|
- TZ=Europe/Berlin
|