|
|
|
|
@ -10,14 +10,23 @@ services:
|
|
|
|
|
- tmp_vol:/tmp
|
|
|
|
|
|
|
|
|
|
postgres:
|
|
|
|
|
image: "postgres:13-bullseye"
|
|
|
|
|
image: "postgis/postgis:13-3.2"
|
|
|
|
|
environment:
|
|
|
|
|
POSTGRES_USER: "geodata"
|
|
|
|
|
POSTGRES_DB: "geodata"
|
|
|
|
|
POSTGRES_PASSWORD: "QAKvBKvLe4bS9U"
|
|
|
|
|
POSTGRES_PASSWORD: "QAKvBKvLe4bS9U" # TODO: change to real password
|
|
|
|
|
volumes:
|
|
|
|
|
- geodata_db:/var/lib/postgresql/data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
martin:
|
|
|
|
|
image: "urbica/martin:pr-368"
|
|
|
|
|
environment:
|
|
|
|
|
DATABASE_URL: "postgres://postgres:QAKvBKvLe4bS9U@db/spatial" # TODO: change to real password
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
|
|
|
|
- "3000:3000"
|
|
|
|
|
|
|
|
|
|
rproxy:
|
|
|
|
|
image: caddy:2-alpine
|
|
|
|
|
ports:
|
|
|
|
|
|