Docker setup

This commit is contained in:
Ahmed Al-Taiar
2024-10-07 20:58:52 -04:00
parent 835d895fc0
commit 11783069a8
4 changed files with 20 additions and 13 deletions

View File

@@ -13,9 +13,9 @@ DOMAIN=example.com
API_DOMAIN=api.example.com
# Must not end with "/"
ADDRESS_PROD=https://example.com
ADDRESS_PROD=https://portfolio.example.com
ADDRESS_DEV=http://localhost:8910
API_ADDRESS_PROD=https://api.example.com
API_ADDRESS_PROD=https://api-portfolio.example.com
API_ADDRESS_DEV=http://localhost:8911
MAX_HTTP_CONNECTIONS_PER_MINUTE=60