Fix llnux docker compose

This commit is contained in:
Brieuc Dubois 2022-12-13 01:02:23 +01:00 committed by Bhasher
parent 89c98e01f7
commit 6f72659efe
1 changed files with 17 additions and 13 deletions

View File

@ -1,4 +1,4 @@
version: "3"
version: "3.2"
services:
traefik:
@ -19,7 +19,7 @@ services:
- "--certificatesresolvers.http.acme.httpchallenge.entrypoint=web"
- "--certificatesresolvers.http.acme.email=acme@bhasher.com"
- "--certificatesresolvers.http.acme.storage=acme.json"
#- "--log.level=DEBUG"
# - "--log.level=DEBUG"
environment:
- TZ=Europe/Paris
restart: always
@ -45,6 +45,8 @@ services:
- "traefik.http.services.portainer.loadbalancer.server.port=9000"
- "traefik.http.routers.portainer.tls=true"
- "traefik.http.routers.portainer.tls.certresolver=http"
environment:
- TZ=Europe/Paris
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/pi/docker/storage/portainer:/data
@ -58,7 +60,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ= Europe/Paris
- TZ=Europe/Paris
- RECIPE_PUBLIC=true
- RECIPE_SHOW_NUTRITION=true
- RECIPE_SHOW_ASSETS=true
@ -81,6 +83,8 @@ services:
container_name: baikal
image: ckulka/baikal:nginx
restart: on-failure
environment:
- TZ=Europe/Paris
volumes:
- /home/pi/docker/storage/baikal/config:/var/www/baikal/config
- /home/pi/docker/storage/baikal/data:/var/www/baikal/Specific
@ -122,4 +126,4 @@ services:
networks:
external:
external: true