|
|
|
|
@ -38,6 +38,15 @@ services:
|
|
|
|
|
- ../caddy:/etc/caddy
|
|
|
|
|
- ../previews:/srv
|
|
|
|
|
|
|
|
|
|
pgweb:
|
|
|
|
|
restart: always
|
|
|
|
|
image: sosedoff/pgweb:0.11.12
|
|
|
|
|
ports:
|
|
|
|
|
- "8081:8081"
|
|
|
|
|
environment:
|
|
|
|
|
DATABASE_URL: "postgres://geodata:QAKvBKvLe4bS9U@postgres/geodata" # TODO: change to real password
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
geodata_db:
|
|
|
|
|
caddy_config:
|
|
|
|
|
@ -46,4 +55,4 @@ volumes:
|
|
|
|
|
tmp_vol:
|
|
|
|
|
driver_opts:
|
|
|
|
|
type: tmpfs
|
|
|
|
|
device: tmpfs
|
|
|
|
|
device: tmpfs
|
|
|
|
|
|