mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user