Postgres support (missing file)
This commit is contained in:
parent
1e1c5d302b
commit
ce6bcaadc3
|
@ -0,0 +1,28 @@
|
||||||
|
version: "3.3"
|
||||||
|
services:
|
||||||
|
servlet:
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
|
build:
|
||||||
|
args:
|
||||||
|
flavour: "postgres"
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
db:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile-postgres
|
||||||
|
image: postgres-orbeon
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
POSTGRES_PASSWORD: osuaL4Ru
|
||||||
|
POSTGRES_DB: orbeon
|
||||||
|
POSTGRES_USER: orbeon
|
||||||
|
volumes:
|
||||||
|
- "/home/vdv/var/postgres/jouve:/var/lib/postgresql/data"
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
net:
|
||||||
|
|
Loading…
Reference in New Issue