config.sh -> .env
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
export REPO_NAME="evilspins"
|
|
||||||
export DOMAIN="evilspins.com"
|
|
||||||
export PORT="7901"
|
|
||||||
export PORT_EXPOSED="3000"
|
|
||||||
export REDIRECTIONS="" # example.$MAIN_DOMAIN->/route $MAIN_DOMAIN->url /route->/another-route /route->url
|
|
||||||
@@ -9,8 +9,6 @@ services:
|
|||||||
working_dir: /app
|
working_dir: /app
|
||||||
ports:
|
ports:
|
||||||
- "${PORT}:${PORT_EXPOSED}"
|
- "${PORT}:${PORT_EXPOSED}"
|
||||||
volumes:
|
|
||||||
- "${MEDIA_DIR}:/mnt/media"
|
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: "${DOMAIN}"
|
VIRTUAL_HOST: "${DOMAIN}"
|
||||||
LETSENCRYPT_HOST: "${DOMAIN}"
|
LETSENCRYPT_HOST: "${DOMAIN}"
|
||||||
|
|||||||
Reference in New Issue
Block a user