mirror of
https://github.com/ovosimpatico/SongQuiz.git
synced 2026-01-15 08:22:56 -03:00
updated songdb & docker compose
This commit is contained in:
9884
backend/songs.json
9884
backend/songs.json
File diff suppressed because it is too large
Load Diff
12
docker-compose.dev.yml
Normal file
12
docker-compose.dev.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
frontend:
|
||||
container_name: frontend
|
||||
build: ./frontend
|
||||
ports:
|
||||
- "8083:80"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
backend:
|
||||
container_name: backend
|
||||
build: ./backend
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
frontend:
|
||||
container_name: frontend
|
||||
build: ./frontend
|
||||
image: ghcr.io/ovosimpatico/songquiz-frontend:latest
|
||||
ports:
|
||||
- "8083:80"
|
||||
depends_on:
|
||||
@@ -9,4 +9,6 @@ services:
|
||||
|
||||
backend:
|
||||
container_name: backend
|
||||
build: ./backend
|
||||
image: ghcr.io/ovosimpatico/songquiz-backend:latest
|
||||
ports:
|
||||
- "8082:80"
|
||||
Reference in New Issue
Block a user