mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-19 02:23:32 +00:00
Create compose.yml
This commit is contained in:
13
docker-compose-files/vaultwarden/compose.yml
Normal file
13
docker-compose-files/vaultwarden/compose.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
server:
|
||||||
|
container_name: vaultwarden
|
||||||
|
volumes:
|
||||||
|
- ./vaultwarden:/data/
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
image: vaultwarden/server:latest
|
||||||
|
# environment:
|
||||||
|
# - ADMIN_TOKEN="SECURE_PASSWORD_HERE"
|
||||||
|
# external caddy handles SSL certs
|
||||||
Reference in New Issue
Block a user