Skip to content

Commit

Permalink
Try the --add-host arguement
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Jan 22, 2025
1 parent d747f98 commit 5e7ad2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
BUILD_DIR: /home/runner/work/django-base-site/new_project/
SECRET_KEY: secret-key-for-testing-only
READ_DOT_ENV_FILE: on
DOCKER_COMPOSE_PREFIX: docker compose run -u root -e DATABASE_URL --rm --no-deps web
DOCKER_COMPOSE_PREFIX: docker compose run -u root -e DATABASE_URL --rm --no-deps --add-host=postgres:host-gateway web
steps:
- uses: actions/checkout@v4
- name: Use Just for running commands
Expand Down

0 comments on commit 5e7ad2a

Please sign in to comment.