fix: correct FRONT_URL for kitchenowl front service
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 12s
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 12s
This commit is contained in:
parent
f285eb683e
commit
0491a89449
@ -5,7 +5,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- BACK_URL=back:5000
|
- BACK_URL=back:5000
|
||||||
- FRONT_URL=https://kitchenowl.castaldifamily.com
|
- FRONT_URL=https://kitchen.castaldifamily.com
|
||||||
depends_on:
|
depends_on:
|
||||||
- back
|
- back
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user