Odstranit sk1/docker-compose.yaml
This commit is contained in:
parent
7e188882e3
commit
8dcb52e580
@ -1,17 +0,0 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
|
||||||
frontend:
|
|
||||||
build: ./frontend
|
|
||||||
ports:
|
|
||||||
- "5174:5174"
|
|
||||||
depends_on:
|
|
||||||
- backend
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
backend:
|
|
||||||
build: ./backend
|
|
||||||
ports:
|
|
||||||
- "5000:5000"
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user