Skip to content

Commit

Permalink
Merge pull request #655 from Crypter-File-Transfer/remove-unnecessary…
Browse files Browse the repository at this point in the history
…-options-from-compose

Remove unnecessary options environment variables from docker-compose.yml
  • Loading branch information
Jack-Edwards authored Dec 1, 2023
2 parents 781a7fb + 9a5b969 commit ef95503
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ services:
ASPNETCORE_ENVIRONMENT: ${API_ASPNETCORE_ENVIRONMENT-Production}
ASPNETCORE_URLS: http://0.0.0.0:80
ASPNETCORE_TransferStorageSettings__Location: /mnt/storage
ASPNETCORE_CorsSettings__AllowedOrigins: ${CORS_ALLOWED_ORIGINS}
ASPNETCORE_CorsSettings__AllowWildcardSubdomains: ${CORS_ALLOW_WILDCARD_SUBDOMAINS}
CUSTOMCONNSTR_DefaultConnection: host=${POSTGRES_HOST:-db};database=crypter;user id=crypter_user;pwd=${POSTGRES_USER_PASSWORD:-DEFAULT_PASSWORD};
CUSTOMCONNSTR_HangfireConnection: host=${POSTGRES_HANGFIRE_HOST:-db};database=crypter_hangfire;user id=crypter_hangfire_user;pwd=${POSTGRES_HANGFIRE_USER_PASSWORD:-DEFAULT_PASSWORD};
volumes:
Expand Down

0 comments on commit ef95503

Please sign in to comment.