Changed docker-compose file
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user