Neue Version

This commit is contained in:
MarcWieland
2025-07-25 01:49:35 +02:00
parent ac5070d059
commit 49820a3665
3 changed files with 25 additions and 28 deletions
+10 -15
View File
@@ -1,20 +1,15 @@
version: '3.8'
version: "3.9"
services:
backend:
build:
context: ./backend
container_name: schiri-backend
ports:
- "3000:3000"
restart: unless-stopped
frontend:
build:
context: ./frontend
container_name: schiri-frontend
build: ./frontend
container_name: frontend
ports:
- "5001:80"
restart: unless-stopped
- "5001:80"
depends_on:
- backend
backend:
build: ./backend
container_name: backend
expose:
- "3000"