fix: correct FRONT_URL for kitchenowl front service
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 12s

This commit is contained in:
Nathan 2026-06-18 22:45:32 -04:00
parent f285eb683e
commit 0491a89449

View File

@ -5,7 +5,7 @@ services:
restart: unless-stopped
environment:
- BACK_URL=back:5000
- FRONT_URL=https://kitchenowl.castaldifamily.com
- FRONT_URL=https://kitchen.castaldifamily.com
depends_on:
- back
networks: