Changed docker-compose file

This commit is contained in:
Mawoka
2022-11-30 17:13:22 +01:00
parent 62f056cfca
commit 806ab3b0bd
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ services:
REDIS_URL: redis://redis:6379/0?decode_responses=True
API_URL: http://api:80
api:
image: ghcr.io/mawoka-myblock/classquiz:master
build:
context: .
dockerfile: Dockerfile
restart: always
depends_on:
- db
@@ -165,7 +165,9 @@ services:
REDIS_URL: redis://redis:6379/0?decode_responses=True # don't change
API_URL: http://api:80 # don't change
api:
image: ghcr.io/mawoka-myblock/classquiz:master
build:
context: .
dockerfile: Dockerfile
restart: always
depends_on:
- db