mirror of
https://github.com/zoriya/tide.git
synced 2026-06-12 14:46:17 +00:00
13 lines
186 B
YAML
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
|