Neue Version
This commit is contained in:
+10
-15
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user