uh oh
This commit is contained in:
2
baikal/.env.example
Normal file
2
baikal/.env.example
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
BAIKAL_CONFIG_DIR=
|
||||||
|
BAIKAL_DATA_DIR=
|
||||||
@@ -5,5 +5,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8083:80"
|
- "8083:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ${BAIKAL_DATA_DIR}/config:/var/www/baikal/config
|
- ${BAIKAL_CONFIG_DIR}:/var/www/baikal/config
|
||||||
- ${BAIKAL_DATA_DIR}/data:/var/www/baikal/Specific
|
- ${BAIKAL_DATA_DIR}:/var/www/baikal/Specific
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
|||||||
4
cryptpad/.env.example
Normal file
4
cryptpad/.env.example
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
CRYPTPAD_MAIN_DOMAIN=
|
||||||
|
CRYPTPAD_SANDBOX_DOMAIN=
|
||||||
|
|
||||||
|
CRYPTPAD_DATA_DIR=
|
||||||
Reference in New Issue
Block a user