Odstranit sk1/docker-compose.yaml

This commit is contained in:
Tetiana Mohorian 2025-04-29 22:39:56 +00:00
parent 7e188882e3
commit 8dcb52e580

View File

@ -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