funnyimagethingy/docker-compose.yml
2023-06-30 15:00:42 +02:00

7 lines
93 B
YAML

services:
backend:
build: .
ports:
- "8868:8868"
volumes:
- .:/app