Fix(docker-compose): Remove condition
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
This commit is contained in:
@@ -14,8 +14,7 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:8009:8000"
|
||||
depends_on:
|
||||
postgres-ktm-train-bot: # Remember to update this
|
||||
condition: service_healthy
|
||||
postgres-ktm-train-bot # Remember to update this
|
||||
entrypoint: ["/bin/bash", "-c", "/app/server 2>&1 | /app/messenger --webhook --url $LOGGER_WEBHOOK_URL"]
|
||||
|
||||
#######################################
|
||||
|
||||
Reference in New Issue
Block a user