Skip to content

Commit 3d32c0f

Browse files
committed
fix(tandoor): Fix Tandoor for V2
1 parent adbcfd0 commit 3d32c0f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tandoor/docker-compose.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,6 @@ services:
1313
test: ["CMD", "wget", "http://127.0.0.1:8080/recipes", "-qO", "/dev/null"]
1414
interval: 1m
1515
retries: 10
16-
profiles:
17-
- tandoor
18-
19-
tandoor-nginx:
20-
image: public.ecr.aws/nginx/nginx:mainline-alpine
21-
container_name: tandoor-nginx
22-
restart: always
23-
env_file:
24-
- ${CONFIG_ROOT:-.}/tandoor/.env
25-
volumes:
26-
- ${CONFIG_ROOT:-.}/tandoor/nginx:/etc/nginx/conf.d:ro
27-
- ${CONFIG_ROOT:-.}/tandoor/mediafiles:/media:ro
28-
- tandoor-staticfiles:/static:ro
29-
healthcheck:
30-
test: ["CMD", "wget", "http://127.0.0.1/recipes", "-qO", "/dev/null"]
31-
interval: 1m
32-
retries: 10
33-
depends_on:
34-
- tandoor
3516
labels:
3617
- traefik.enable=true
3718
- traefik.http.routers.tandoor.rule=(Host(`${HOSTNAME}`) && PathPrefix(`/recipes`))

0 commit comments

Comments
 (0)