mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
added some example .env files to show what values are necessary
This commit is contained in:
3
cloudflare/.env.example
Normal file
3
cloudflare/.env.example
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
TAILSCALE_AUTHKEY=
|
||||||
|
TAILSCALE_SOCKET=
|
||||||
|
CLOUDFLARE_TUNNEL_TOKEN=
|
||||||
1
golinks/.env.example
Normal file
1
golinks/.env.example
Normal file
@@ -0,0 +1 @@
|
|||||||
|
TAILSCALE_AUTHKEY=W
|
||||||
2
vaultwarden/.env.example
Normal file
2
vaultwarden/.env.example
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ADMIN_TOKEN=
|
||||||
|
DOMAIN=
|
||||||
13
wiki/.env.example
Normal file
13
wiki/.env.example
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# ~/docker/wiki/.env
|
||||||
|
|
||||||
|
# wiki service
|
||||||
|
DB_TYPE=
|
||||||
|
DB_HOST=
|
||||||
|
DB_PORT=
|
||||||
|
DB_USER=
|
||||||
|
DB_PASS=
|
||||||
|
|
||||||
|
# postgres database service
|
||||||
|
POSTGRES_DB=
|
||||||
|
POSTGRES_PASSWORD=
|
||||||
|
POSTGRES_USER=
|
||||||
Reference in New Issue
Block a user