Skip to content

Commit

Permalink
docker-compose: fix dev setup
Browse files Browse the repository at this point in the history
My fix for this here https://github.com/ecamp/ecamp3/pull/5560/files#r1735167412
for the merge conflict with ecamp#5372
was a little short-sighted.
  • Loading branch information
BacLuc committed Aug 28, 2024
1 parent 57a036c commit ebeb2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- ./api/docker/php/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint:delegated
- ./.cache/composer:/tmp/composer/cache:delegated
environment:
DATABASE_URL: "postgresql://ecamp3:ecamp3@database:5432/ecamp3?serverVersion=15&charset=utf8"
# See https://docs.docker.com/docker-for-mac/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host
# See https://github.com/docker/for-linux/issues/264
# The `remote_host` below may optionally be replaced with `remote_connect_back`
Expand Down

0 comments on commit ebeb2ec

Please sign in to comment.