Merge pull request #1123 from jpetazzo/tweak-compose-file

Tweak Compose file so that it works out of the box
This commit is contained in:
Yohan Boniface 2023-06-05 17:48:15 +02:00 committed by GitHub
commit b8b9e791ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
version: '3'
services:
db:
image: postgis/postgis:14-3.3-alpine
environment:
@ -8,9 +10,9 @@ services:
- db:/var/lib/postgresql/data
app:
image: umap:1.3.0
image: umap/umap:1.3.2
ports:
- "8001:8000"
- "${PORT-8000}:8000"
environment:
- DATABASE_URL=postgis://postgres@db/postgres
- SECRET_KEY=some-long-and-weirdly-unrandom-secret-key