diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..7250a05 --- /dev/null +++ b/docker-compose.yml @@ -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"