We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae9273 commit 9d7c10dCopy full SHA for 9d7c10d
docker-compose.yml
@@ -0,0 +1,9 @@
1
+services:
2
+ edge_proxy:
3
+ image: flagsmith.docker.scarf.sh/flagsmith/edge-proxy:latest
4
+ volumes:
5
+ - type: bind
6
+ source: ./config.json
7
+ target: /app/config.json
8
+ ports:
9
+ - "8000:8000"
0 commit comments