Skip to content

Commit 9d7c10d

Browse files
docs: add example docker-compose.yml (#121)
* Add example docker-compose.yml * Use scarf
1 parent 2ae9273 commit 9d7c10d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)