Skip to content

Commit

Permalink
fix(docker): set db container to use regular postgres image (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxvd authored Oct 24, 2024
1 parent 88fe5d4 commit bc39deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ services:
- "traefik.http.services.sbserver.loadbalancer.server.port=5000"

db:
image: postgis/postgis:17-3.5
image: postgres:17.0
environment:
POSTGRES_PASSWORD: 'secret'
POSTGRES_USER: 'smartbirds'
Expand Down

0 comments on commit bc39deb

Please sign in to comment.