Update postgres

pull/11/head
Ben Rometsch 4 years ago
parent 2959da3fb1
commit 58e2db3cc3

@ -35,12 +35,12 @@ services:
container_name: flagsmith_frontend container_name: flagsmith_frontend
db: db:
image: postgres:10.6-alpine image: postgres:11.12-alpine
environment: environment:
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: password
POSTGRES_DB: flagsmith POSTGRES_DB: flagsmith
container_name: flagsmith_postgres container_name: flagsmith_postgres
# InfluxDB requires additional setup - please see https://docs.flagsmith.com/deployment-overview/#influxdb # InfluxDB requires additional setup - please see https://docs.flagsmith.com/deployment-overview/#influxdb
# Note that InfluxDB is optional, but enabling it will provide additional functionality to the Flagsmith platform # Note that InfluxDB is optional, but enabling it will provide additional functionality to the Flagsmith platform
# influxdb: # influxdb:

Loading…
Cancel
Save