Skip to content

Commit

Permalink
Well there's no Postgres v18 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhalili2006 committed Jan 12, 2025
1 parent 7a2f70a commit a183482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/nest/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
networks:
- rtdev_internal
- ajhalili2006
image: postgres:18-alpine
image: postgres:17-alpine
restart: unless-stopped
env_file:
- db.env
Expand Down Expand Up @@ -42,6 +42,7 @@ services:
volumes:
- redis-data:/redis:/data

# services
vault:
image: ghcr.io/recaptime-dev/vaultwarden-docker:nightly
env_file:
Expand All @@ -52,6 +53,7 @@ services:
- 34095:8080
networks:
- rtdev_internal
# TODO: ADD GHOST?

networks:
rtdev_internal:
Expand Down

0 comments on commit a183482

Please # to comment.