Add .env.example file and ensure env_file is specified in docker-compose.yml
Deploy mini-pc / deploy (push) Successful in 30s
Deploy mini-pc / deploy (push) Successful in 30s
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
ADMIN_TOKEN=changeme
|
||||||
@@ -8,6 +8,7 @@ services:
|
|||||||
published: "10380"
|
published: "10380"
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /opt/data/vaultwarden
|
source: /opt/data/vaultwarden
|
||||||
|
|||||||
Reference in New Issue
Block a user