From 7e5697d74465e846b37a1ec11150adf433263904 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Fri, 25 Nov 2022 11:12:43 +0000 Subject: [PATCH] 1 --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5e362bd..122afc2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,8 @@ services: - pgdata:/var/lib/postgresql/data flagsmith: - image: flagsmith/flagsmith:latest + image: flagsmith/flagsmith-api:latest + platform: linux/amd64 environment: # All environments variables are available here: # API: https://docs.flagsmith.com/deployment/locally-api#environment-variables @@ -30,6 +31,7 @@ services: ENV: prod # set to "prod" in production. + # For more info on configuring InfluxDB - https://docs.flagsmith.com/deployment/overview#influxdb # INFLUXDB_URL: http://influxdb:8086 # INFLUXDB_BUCKET: flagsmith_api