This commit is contained in:
Bastian Wagner
2026-07-15 14:31:56 +02:00
parent 3e5348b7ec
commit 0fd85573d2
11 changed files with 128 additions and 14 deletions

View File

@@ -1,20 +1,12 @@
services:
api:
app:
build:
context: .
dockerfile: apps/api/Dockerfile
dockerfile: Dockerfile
env_file:
- .env
ports:
- "3000:3000"
web:
build:
context: .
dockerfile: apps/web/Dockerfile
environment:
API_BASE_URL: http://localhost:3000
ports:
- "4200:80"
depends_on:
- api
- "3000:3000"
- "8080:8080"