|
|
|
@ -34,6 +34,7 @@ services:
|
|
|
|
dockerfile: ../docker/Dockerfile.frontend
|
|
|
|
dockerfile: ../docker/Dockerfile.frontend
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- "80:80"
|
|
|
|
- "80:80"
|
|
|
|
|
|
|
|
- "443:443"
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- caddy_data:/data
|
|
|
|
- caddy_data:/data
|
|
|
|
- caddy_config:/config
|
|
|
|
- caddy_config:/config
|
|
|
|
@ -45,8 +46,6 @@ services:
|
|
|
|
pgweb:
|
|
|
|
pgweb:
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
image: sosedoff/pgweb:0.11.12
|
|
|
|
image: sosedoff/pgweb:0.11.12
|
|
|
|
ports:
|
|
|
|
|
|
|
|
- "8081:8081"
|
|
|
|
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
DATABASE_URL: "postgres://geodata:QAKvBKvLe4bS9U@postgres/geodata?sslmode=disable" # TODO: change to real password
|
|
|
|
DATABASE_URL: "postgres://geodata:QAKvBKvLe4bS9U@postgres/geodata?sslmode=disable" # TODO: change to real password
|
|
|
|
|
|
|
|
|
|
|
|
|