mirror of
https://github.com/ovosimpatico/SongQuiz.git
synced 2026-01-15 16:32:55 -03:00
12 lines
194 B
YAML
12 lines
194 B
YAML
services:
|
|
frontend:
|
|
container_name: frontend
|
|
build: ./frontend
|
|
ports:
|
|
- "8083:80"
|
|
depends_on:
|
|
- backend
|
|
|
|
backend:
|
|
container_name: backend
|
|
build: ./backend |