Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 28, 2024
1 parent 41af92b commit b0f710c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ services:
- POSTGRES_USER=docker
- POSTGRES_PASS=docker
- ALLOW_IP_RANGE=0.0.0.0/0
- POSTGRES_MULTIPLE_EXTENSIONS=postgis,hstore,postgis_topology,postgis_raster,pgrouting
- POSTGRES_MULTIPLE_EXTENSIONS=postgis,hstore
- SSL_CA_FILE=/var/lib/postgresql/root.crt
- SSL_KEY_FILE=/var/lib/postgresql/privkey.pem
- SSL_CERT_FILE=/var/lib/postgresql/fullchain.pem
- IGNORE_INIT_HOOK_LOCKFILE=true
- RUN_AS_ROOT=true
ports:
- "5440:5432"
restart: on-failure
Expand Down

0 comments on commit b0f710c

Please sign in to comment.