mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
clean upsome compose files
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
pinchflat:
|
||||
environment:
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
#image: vaultwarden/server:1.29.2
|
||||
image: vaultwarden/server:latest
|
||||
\image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
ports:
|
||||
- 7080:80
|
||||
@@ -9,7 +8,7 @@ services:
|
||||
volumes:
|
||||
- vaultwarden_data:/data
|
||||
environment:
|
||||
- WEBSOCKET_ENABLED=true # Enable WebSocket notifications
|
||||
- WEBSOCKET_ENABLED=true
|
||||
- ADMIN_TOKEN=${ADMIN_TOKEN}
|
||||
- DOMAIN=${DOMAIN}
|
||||
- ROCKET_PORT=80
|
||||
@@ -19,6 +18,3 @@ services:
|
||||
volumes:
|
||||
vaultwarden_data:
|
||||
name: vaultwarden_data
|
||||
|
||||
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user