mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
Update image on Traefik compose file to PostGIS
This commit is contained in:
parent
f237f480df
commit
52264a2895
2 changed files with 1 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"builds": [
|
||||
{
|
||||
"src": "demo/wsgi.py",
|
||||
"use": "@vercel/python",
|
||||
"config": { "maxLambdaSize": "15mb", "runtime": "python3.9" }
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "demo/wsgi.py"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -21,7 +21,7 @@ services:
|
|||
- "traefik.enable=true"
|
||||
|
||||
db:
|
||||
image: postgres:latest
|
||||
image: postgis/postgis:15-3.3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_DB: database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue