vars.env 666 B

1234567891011121314151617181920212223242526272829303132
  1. # Environment Variables for docker-compose
  2. # ohUrlShortenerAdmin
  3. OH_ADMIN_PORT=9092
  4. OH_ADMIN_VERSION=1.9
  5. OH_ADMIN_CONTAINER_NAME=ohurlshortener_admin
  6. # ohUrlShortenerPortal
  7. OH_PORTAL_PORT=9091
  8. OH_PORTAL_VERSION=1.9
  9. OH_PORTAL_CONTAINER_NAME=ohurlshortener_portal
  10. # Postgresql Vars
  11. PG_VERSION=9.6
  12. PG_CONTAINER_NAME=ohurlshortener_pg
  13. PG_SUPER_USER=postgres
  14. PG_SUPER_PWD=0DePm!oG_12Cz^kd_m
  15. PG_LOCAL_PORT=55432
  16. #Redis Vars
  17. RD_VERSION=6.2.6
  18. RD_CONTAINER_NAME=ohurlshortener_redis
  19. RD_LOCAL_PORT=56379
  20. REDIS_VERSION = 6.0.17
  21. REDIS_PASSWORD = He110_
  22. REDIS_PORT1 = 56531
  23. REDIS_PORT2 = 56532
  24. REDIS_PORT3 = 56533
  25. REDIS_PORT4 = 56534
  26. REDIS_PORT5 = 56535
  27. REDIS_PORT6 = 56536