1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

Merge pull request #283 from seanmorley15/development

Development
This commit is contained in:
Sean Morley 2024-08-27 08:02:26 -04:00 committed by GitHub
commit f2ba479c8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 16 deletions

View file

@ -1,15 +0,0 @@
{
"builds": [
{
"src": "demo/wsgi.py",
"use": "@vercel/python",
"config": { "maxLambdaSize": "15mb", "runtime": "python3.9" }
}
],
"routes": [
{
"src": "/(.*)",
"dest": "demo/wsgi.py"
}
]
}

View file

@ -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