vaultwarden,traefik: shared server
This commit is contained in:
parent
7f811e8cc6
commit
1d91ea8ab8
@ -12,3 +12,8 @@ services:
|
||||
volumes:
|
||||
# So that Traefik can listen to the Docker events
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- traefik
|
||||
networks:
|
||||
traefik:
|
||||
driver: bridge
|
||||
|
||||
@ -13,3 +13,9 @@ services:
|
||||
- ./vw-data:/data # the path before the : can be changed
|
||||
ports:
|
||||
- 4111:80 # you can replace the 11001 with your preferred port
|
||||
networks:
|
||||
traefik:
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user