mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added postgis
This commit is contained in:
parent
ea90903a85
commit
a11e611828
2
.gitignore
vendored
2
.gitignore
vendored
@ -74,3 +74,5 @@ wygiwyh/postgres_data/
|
||||
watchyourlan/data/
|
||||
puter/config/
|
||||
puter/data/
|
||||
postgis/shared/
|
||||
postgis/data/
|
24
postgis/compose.yml
Normal file
24
postgis/compose.yml
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
|
||||
#
|
||||
|
||||
name: postgis
|
||||
|
||||
services:
|
||||
postgis:
|
||||
image: postgis/postgis:17-3.5-alpine
|
||||
container_name: postgis
|
||||
volumes:
|
||||
- ./data/:/var/lib/postgresql/data
|
||||
- ./shared/:/var/shared
|
||||
environment:
|
||||
POSTGRES_USER: test
|
||||
POSTGRES_PASSWORD: changeme
|
||||
networks:
|
||||
- proxy
|
||||
ports:
|
||||
- 15432:5432
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
Loading…
x
Reference in New Issue
Block a user