Environment specific configuration

This commit is contained in:
ChiefSoft works
2022-05-15 05:19:41 +00:00
parent d4dbd40c8b
commit 6a370bdae1
3 changed files with 9 additions and 3 deletions
@@ -12,8 +12,8 @@ services:
ports:
- 9086:3000
environment:
- PORT=3000
- POSTGRE_URL='postgresql://wrenchboard:wrenchboard@10.10.10.23:5432/wrenchboard'
- FLUTTERWAVE_API='eyJCYXNlQXBpVXJsIjoiaHR0cHM6Ly9hcGkuZmx1dHRlcndhdmUuY29tIiwiUHVibGljS2V5IjoiRkxXUFVCS19URVNULTU0YzkwMTQxYjAyODc4OWQ2NzEwNjdiZDcyZjc4MWE5LVgiLCJTZWNyZXRLZXkiOiJGTFdTRUNLX1RFU1QtYzdiYmM4NmQ3ZTcxMDAyNTRjNWU1YmJmMTYyYmYyYjItWCIsIkVuY3J5cHRpb25LZXkiOiJGTFdTRUNLX1RFU1RlOTQ3NGQ0ZTJjZTYifQ=='
- PORT=${FLUTTERWAVE_PORT}
- POSTGRE_URL=${FLUTTERWAVE_POSTGRE_URL}
- FLUTTERWAVE_API=${FLUTTERWAVE_API}
volumes:
src: