diff --git a/docker-compose.development.yml b/docker-compose.development.yml index a1aaaf72b9..a3401aaf72 100644 --- a/docker-compose.development.yml +++ b/docker-compose.development.yml @@ -152,6 +152,15 @@ services: - fmtm-net restart: "unless-stopped" + pyxform: + image: "ghcr.io/getodk/pyxform-http:v2.0.2" + depends_on: + central-db: + condition: service_healthy + networks: + - fmtm-net + restart: "unless-stopped" + central-ui: # This service simply builds the frontend to a volume # accessible to the proxy, then shuts down