vaultwarden,traefik: shared server

This commit is contained in:
Schneider Roland 2024-10-05 19:48:17 +02:00
parent 7f811e8cc6
commit 1d91ea8ab8
2 changed files with 11 additions and 0 deletions

View File

@ -12,3 +12,8 @@ services:
volumes: volumes:
# So that Traefik can listen to the Docker events # So that Traefik can listen to the Docker events
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
networks:
- traefik
networks:
traefik:
driver: bridge

View File

@ -13,3 +13,9 @@ services:
- ./vw-data:/data # the path before the : can be changed - ./vw-data:/data # the path before the : can be changed
ports: ports:
- 4111:80 # you can replace the 11001 with your preferred port - 4111:80 # you can replace the 11001 with your preferred port
networks:
traefik:
networks:
traefik:
external: true