Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Oct 7, 2023
1 parent 455e2f3 commit aa65b7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "1"
services:
db:
image: postgres:14.1-alpine
image: postgres:16.0-alpine3.18
restart: always
env_file:
- ./.env
Expand All @@ -11,7 +11,7 @@ services:
- db:/var/lib/postgresql/data
- ./db/init.sql:/docker-entrypoint-initdb.d/create_tables.sql
cache:
image: redis:6.2-alpine
image: redis:7.2.1-alpine3.18
restart: always
ports:
- '6379:6379'
Expand All @@ -22,7 +22,7 @@ services:
image: dpage/pgadmin4
restart: always
volumes:
- pgadmin_data:/var/lib/pgadmin
- pgadmin:/var/lib/pgadmin
env_file:
- ./.env
depends_on:
Expand Down

0 comments on commit aa65b7a

Please sign in to comment.