Skip to content

Commit

Permalink
Junk
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 10, 2024
1 parent 2dabd5f commit 18c3c2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ services:
PORT: 3005
BACKEND_URL: http://backend:8000
LOG_LEVEL: info
ports: ["3005:3006"]
ports: ["3005:3000"]
volumes: ["./frontend/Caddyfile:/etc/caddy/Caddyfile"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3005"]
# depends_on:
# backend:
# condition: service_healthy
depends_on:
backend:
condition: service_healthy

#############################################################################################
### Backend ###
Expand Down

0 comments on commit 18c3c2f

Please sign in to comment.