mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 02:58:20 -05:00
Rename cache to nginx in docker-compose
This commit is contained in:
parent
0b4752fd72
commit
32566cd3e4
@ -13,14 +13,14 @@ services:
|
|||||||
- ./volumes/traefik/acme.json:/etc/acme.json
|
- ./volumes/traefik/acme.json:/etc/acme.json
|
||||||
- ./traefik.toml:/traefik.toml
|
- ./traefik.toml:/traefik.toml
|
||||||
depends_on:
|
depends_on:
|
||||||
- cache
|
- nginx
|
||||||
restart: "always"
|
restart: "always"
|
||||||
# If you want to use the Traefik dashboard, you should expose it on a
|
# If you want to use the Traefik dashboard, you should expose it on a
|
||||||
# subdomain with HTTPS and authentification:
|
# subdomain with HTTPS and authentification:
|
||||||
# https://medium.com/@xavier.priour/secure-traefik-dashboard-with-https-and-password-in-docker-5b657e2aa15f
|
# https://medium.com/@xavier.priour/secure-traefik-dashboard-with-https-and-password-in-docker-5b657e2aa15f
|
||||||
# https://github.com/containous/traefik/issues/880#issuecomment-310301168
|
# https://github.com/containous/traefik/issues/880#issuecomment-310301168
|
||||||
|
|
||||||
cache:
|
nginx:
|
||||||
image: nginx:1.15-alpine
|
image: nginx:1.15-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user