Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Aug 2, 2024
2 parents 7fa43d1 + 117180d commit aec1edb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ services:
- database
command:
bash -c "bash /tmp/scripts/wait-for-it.sh -t 120 -h database -p 5432 && /start.sh"
develop:
watch:
- action: sync+restart
path: ./runtimes/eoapi/stac/eoapi
target: /opt/bitnami/python/lib/python3.11/site-packages/eoapi
- action: rebuild
path: ./runtimes/eoapi/stac/pyproject.toml
volumes:
- ./dockerfiles/scripts:/tmp/scripts

Expand Down Expand Up @@ -90,6 +97,13 @@ services:
- database
command:
bash -c "bash /tmp/scripts/wait-for-it.sh -t 120 -h database -p 5432 && /start.sh"
develop:
watch:
- action: sync+restart
path: ./runtimes/eoapi/raster/eoapi
target: /opt/bitnami/python/lib/python3.11/site-packages/eoapi
- action: rebuild
path: ./runtimes/eoapi/raster/pyproject.toml
volumes:
- ./dockerfiles/scripts:/tmp/scripts

Expand All @@ -114,6 +128,13 @@ services:
- EOAPI_VECTOR_DEBUG=TRUE
command:
bash -c "bash /tmp/scripts/wait-for-it.sh -t 120 -h database -p 5432 && /start.sh"
develop:
watch:
- action: sync+restart
path: ./runtimes/eoapi/vector/eoapi
target: /opt/bitnami/python/lib/python3.11/site-packages/eoapi
- action: rebuild
path: ./runtimes/eoapi/vector/pyproject.toml
depends_on:
- database
volumes:
Expand Down

0 comments on commit aec1edb

Please sign in to comment.