Skip to content

Commit

Permalink
Set POSTGRES_PASSWORD when setting up test db
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 26, 2023
1 parent b4aa247 commit 517a176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
cp pg_service-write.conf ~/.pg_service.conf
sed -i 's|qwc-qgis-server|localhost:8001|' volumes/config/default/featureInfoConfig.json
sed -i -e 's|# ports:|ports:|g' -e 's|# - "127.0.0.1| - "127.0.0.1|g' docker-compose-example.yml
sed -Ei "s|^(\s*POSTGRES_PASSWORD:).*$|\1 'waej7WuoOoth0wor'|" docker-compose-example.yml
docker-compose -f docker-compose-example.yml up -d qwc-postgis qwc-qgis-server
- name: Setting up python 3.10
Expand Down

0 comments on commit 517a176

Please sign in to comment.