Files
tide/docker-compose.dev.yml
T
2023-09-15 23:23:44 +02:00

13 lines
186 B
YAML

version: "3.8"
services:
api:
build:
context: ./api
dockerfile: Dockerfile.dev
ports:
- "7890:7890"
restart: on-failure
volumes:
- ./api:/app