me-site/docker-compose-debug.yml

12 lines
172 B
YAML
Raw Normal View History

2022-08-25 01:24:43 +02:00
version: '3'
services:
app:
build: "."
environment:
TZ: Europe/Berlin
ports:
- 1030:1030
volumes:
- ./config:/config
- ./src:/app