Skip to content

Commit

Permalink
Add env vars to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 20, 2024
1 parent 1fa5e8d commit ee36dad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ services:
VIRTUAL_PORT: 8080 # New default ASP.NET port -> https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port
LETSENCRYPT_HOST: ${HOST_DOMAIN}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
FORUMS_DB: ${FORUMS_DB}
GH_CLIENT_ID: ${GH_CLIENT_ID}
GH_CLIENT_SECRET: ${GH_CLIENT_SECRET}
TECHSTACKS_DB: ${TECHSTACKS_DB}
TECHSTACKS_SMTP_USER: ${TECHSTACKS_SMTP_USER}
TECHSTACKS_SMTP_PASS: ${TECHSTACKS_SMTP_PASS}
LC_ALL: "en_US.UTF-8"
LANG: "en_US.UTF-8"
volumes:
Expand Down

0 comments on commit ee36dad

Please sign in to comment.