kopia lustrzana https://github.com/openmaptiles/openmaptiles
Fix local pgdata dir #70
rodzic
128d5a3adc
commit
8ffbb33249
|
@ -1,9 +1,11 @@
|
||||||
version: "2"
|
version: "2"
|
||||||
|
volumes:
|
||||||
|
- pgdata:
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: "openmaptiles/postgis:2.2"
|
image: "openmaptiles/postgis:2.2"
|
||||||
volumes:
|
volumes:
|
||||||
- ./pgdata:/var/lib/postgresql/data
|
- pgdata:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
- "5432"
|
- "5432"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
Ładowanie…
Reference in New Issue