Skip to content

Commit

Permalink
build: add pyxform to dev/stage docker compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Mar 15, 2024
1 parent 06fb7cf commit 3770e29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3770e29

Please sign in to comment.