Update docker-compose.yml

This commit is contained in:
LRVT
2025-11-21 23:10:33 +01:00
committed by GitHub
parent 4b03e60bda
commit 1e8bead33f

View File

@@ -12,13 +12,13 @@ services:
- ./.env - ./.env
web_recipes: web_recipes:
image: vabene1111/recipes:latest image: vabene1111/recipes:2
container_name: tandoor_recipes container_name: tandoor_recipes
restart: always restart: always
ports: ports:
- 8080:8080 - 8080:80
expose: expose:
- 8080 - 80
env_file: env_file:
- ./.env - ./.env
volumes: volumes:
@@ -32,7 +32,7 @@ services:
#labels: #labels:
# - traefik.enable=true # - traefik.enable=true
# - traefik.http.routers.tandoor.rule=Host(`tandoor.example.com`) # - traefik.http.routers.tandoor.rule=Host(`tandoor.example.com`)
# - traefik.http.services.tandoor.loadbalancer.server.port=8080 # - traefik.http.services.tandoor.loadbalancer.server.port=80
# - traefik.docker.network=proxy # - traefik.docker.network=proxy
# # Part for local lan services only # # Part for local lan services only
# #- traefik.http.routers.tandoor.middlewares=local-ipwhitelist@file # #- traefik.http.routers.tandoor.middlewares=local-ipwhitelist@file