Commit d9d40ee9 authored by Gezer's avatar Gezer
Browse files

deleted old compose.yml

parent 65314d9f
Showing with 0 additions and 18 deletions
+0 -18
version: '3.9'
services:
backend:
build: ./backend
ports:
- "8000:8000"
volumes:
- ./backend:/app
frontend:
build: ./frontend
ports:
- "5173:5173"
volumes:
- ./frontend:/app
stdin_open: true
tty: true
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment