Skip to content

Commit

Permalink
docs: add example docker-compose.yml (#121)
Browse files Browse the repository at this point in the history
* Add example docker-compose.yml

* Use scarf
  • Loading branch information
matthewelwell authored Sep 4, 2024
1 parent 2ae9273 commit 9d7c10d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
services:
edge_proxy:
image: flagsmith.docker.scarf.sh/flagsmith/edge-proxy:latest
volumes:
- type: bind
source: ./config.json
target: /app/config.json
ports:
- "8000:8000"

0 comments on commit 9d7c10d

Please sign in to comment.