Skip to content

Commit

Permalink
Configure docker production to pull from a specific version instead o…
Browse files Browse the repository at this point in the history
…f latest always
  • Loading branch information
wqyeo committed Mar 30, 2024
1 parent 14d6884 commit d1ef012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- "./SpyGamersApi:/app:z"

db:
image: postgres:latest
image: postgres:16.2-alpine3.18
restart: always
environment:
PGDATA: /var/lib/postgresql/data/pgdata
Expand All @@ -35,7 +35,7 @@ services:
- "./pgdata:/var/lib/postgresql/data:z"

pgadmin:
image: dpage/pgadmin4
image: dpage/pgadmin4:8.4
restart: always
environment:
PGADMIN_LISTEN_PORT: 4321
Expand Down

0 comments on commit d1ef012

Please sign in to comment.