Skip to content
Snippets Groups Projects
Commit d01b42cf authored by Tim Repke's avatar Tim Repke
Browse files

upgrade postgres in docker container

parent 70c1edd8
No related branches found
No related tags found
1 merge request!21Deploy deletion cascades & pipeline integration
......@@ -6,4 +6,5 @@ __pycache__
/hypercorn.access
/hypercorn.error
.pyc
server.md
\ No newline at end of file
server.md
dump.sql
\ No newline at end of file
......@@ -3,7 +3,7 @@ version: '3.8'
services:
db:
container_name: nacsos_postgres
image: postgres:14.2-bullseye
image: postgres:15.1-alpine
restart: always
environment:
POSTGRES_USER: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment