new services + proxy network rework
This commit is contained in:
13
Bitwarden/docker-compose.yml
Normal file → Executable file
13
Bitwarden/docker-compose.yml
Normal file → Executable file
@@ -1,13 +1,16 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
bitwarden:
|
||||
container_name: bitwarden
|
||||
env_file:
|
||||
- settings.env
|
||||
image: ghcr.io/bitwarden/self-host:beta
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8080"
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
volumes:
|
||||
- /zstore/Docker-volumes/Bitwarden:/etc/bitwarden
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: proxy
|
||||
|
||||
Reference in New Issue
Block a user