updated compose file to fix depends_on w/ burnettk

This commit is contained in:
jasquat 2024-02-16 16:03:35 -05:00
parent 27ea21b81a
commit 54c27d8f0a
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,12 @@
# version: "3.8"
services:
spiffworkflow-frontend:
container_name: spiffworkflow-frontend
image: ghcr.io/sartography/spiffworkflow-frontend:latest
depends_on:
spiffworkflow-backend:
condition: service_healthy
condition: service_started
environment:
APPLICATION_ROOT: "/"
PORT0: "${SPIFFWORKFLOW_FRONTEND_PORT:-8001}"
@ -63,7 +65,6 @@ services:
timeout: 5s
retries: 20
volumes:
spiffworkflow_backend_db:
driver: local