fix: update kitchenowl front service configuration and restore environment variables
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 18s
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 18s
This commit is contained in:
parent
80ae6a06cd
commit
f029a4a84b
@ -3,14 +3,20 @@ services:
|
|||||||
image: tombursch/kitchenowl-web:latest
|
image: tombursch/kitchenowl-web:latest
|
||||||
container_name: kitchenowl-front
|
container_name: kitchenowl-front
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
environment:
|
||||||
- proxy-net
|
- BACK_URL=back:5000
|
||||||
# environment:
|
|
||||||
# - BACK_URL=back:5000 # Change this if you rename the containers
|
|
||||||
ports:
|
|
||||||
- "10580:80"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- back
|
- back
|
||||||
|
networks:
|
||||||
|
- proxy-net
|
||||||
|
- kitchenowl-internal
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.kitchenowl.rule=Host(`kitchenowl.castaldifamily.com`)"
|
||||||
|
- "traefik.http.routers.kitchenowl.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.kitchenowl.tls.certresolver=cloudflare"
|
||||||
|
- "traefik.http.services.kitchenowl.loadbalancer.server.port=80"
|
||||||
|
|
||||||
back:
|
back:
|
||||||
image: tombursch/kitchenowl-backend:latest
|
image: tombursch/kitchenowl-backend:latest
|
||||||
container_name: kitchenowl-back
|
container_name: kitchenowl-back
|
||||||
@ -20,8 +26,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/kitchenowl/data:/data
|
- /mnt/appdata/kitchenowl/data:/data
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- kitchenowl-internal
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
external: true
|
external: true
|
||||||
|
kitchenowl-internal:
|
||||||
|
internal: true
|
||||||
Loading…
x
Reference in New Issue
Block a user