mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
disable cache persistence & env updates
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
expose:
|
||||
- "6012"
|
||||
adminredis:
|
||||
container_name: adminredis
|
||||
command: sh -c "rm -f /data/dump.rdb && redis-server --port 6379" # disable persistence
|
||||
image: redis:latest
|
||||
|
||||
networks:
|
||||
|
||||
@@ -18,11 +18,11 @@ ADMIN_CLIENT_ID=notify-admin
|
||||
GOVUK_ALERTS_CLIENT_ID=govuk-alerts
|
||||
|
||||
# URL of admin app
|
||||
ADMIN_BASE_URL=http://admin:6012
|
||||
ADMIN_BASE_URL=http://0.0.0.0:6012
|
||||
|
||||
# URL of api app (on AWS this is the internal api endpoint)
|
||||
API_HOST_NAME=http://dev:6011
|
||||
DEV_API_HOST_NAME=http://dev:6011
|
||||
API_HOST_NAME=http://0.0.0.0:6011
|
||||
DEV_API_HOST_NAME=http://0.0.0.0:6011
|
||||
|
||||
# AWS
|
||||
AWS_REGION=us-west-2
|
||||
|
||||
Reference in New Issue
Block a user