Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Oct 10, 2024
1 parent 9051bdf commit 0b8403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-t minisass/django -f deployment/docker/Dockerfile .
- name: Start Docker Compose services
run: |
docker compose --env-file .env -p minisass -f docker-compose.yml -f docker-compose.override.yml up -d
docker compose --env-file .env -p minisass -f docker-compose.yml -f docker-compose.override.yml up -d db minio django
# Wait for PostGIS container to be healthy before running tests
- name: Wait for PostGIS to be ready
run: |
Expand Down

0 comments on commit 0b8403f

Please sign in to comment.