This commit is contained in:
2024-12-14 21:53:29 +01:00
parent ec884f888f
commit 1008da7ee8
66 changed files with 6775 additions and 1 deletions

View File

@ -16,4 +16,9 @@ services:
- "9555:80"
depends_on:
- tranga-api
restart: unless-stopped
restart: unless-stopped
api:
image: api
build:
context: .
dockerfile: API/Dockerfile