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