Compare commits
1 Commits
main
...
08a4624826
| Author | SHA1 | Date | |
|---|---|---|---|
| 08a4624826 |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
db:
|
||||
image: postgres:18-alpine
|
||||
image: postgres:17-alpine
|
||||
init: true
|
||||
environment:
|
||||
POSTGRES_DB: "gaehsnitzdb"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
django==6.0
|
||||
django==5.2.8
|
||||
gunicorn==23.0.0
|
||||
psycopg[binary]==3.3.2
|
||||
psycopg[binary]==3.3.0
|
||||
|
||||
Reference in New Issue
Block a user