config.sh -> .env
Some checks failed
Deploy App / build (push) Failing after 1m28s
Deploy App / deploy (push) Has been skipped

This commit is contained in:
valere
2025-10-01 08:29:25 +02:00
parent bd5ed09d5e
commit 454700c428
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -9,8 +9,6 @@ services:
working_dir: /app
ports:
- "${PORT}:${PORT_EXPOSED}"
volumes:
- "${MEDIA_DIR}:/mnt/media"
environment:
VIRTUAL_HOST: "${DOMAIN}"
LETSENCRYPT_HOST: "${DOMAIN}"