Move storage locations to {VOLUME_PATH}/{COMPOSE_STACK_NAME}/{SERVICE_NAME} schema

This commit is contained in:
Florian Zirker 2023-06-05 14:57:29 +02:00
parent 922b97710f
commit 23903d003d
5 changed files with 19 additions and 19 deletions

View file

@ -40,7 +40,7 @@ services:
- web
- dockersocket
volumes:
- ${VOLUMES_PATH}/letsencrypt:/letsencrypt
- ${VOLUMES_PATH}/proxy/letsencrypt:/letsencrypt
- $PWD/tls.toml:/etc/traefik/tls.toml
labels:
- "traefik.enable=true"