[IMP]Docker compose with build and v2
This commit is contained in:
parent
25eba8ed45
commit
8d185ffa5a
@ -1,4 +1,6 @@
|
|||||||
framapg:
|
version: '2'
|
||||||
|
services:
|
||||||
|
framapg:
|
||||||
image: framapg
|
image: framapg
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: mypads
|
POSTGRES_USER: mypads
|
||||||
@ -10,7 +12,7 @@ framapg:
|
|||||||
volumes:
|
volumes:
|
||||||
- /home/fabien/tmp/francesca/francesca:/var/lib/postgresql/data
|
- /home/fabien/tmp/francesca/francesca:/var/lib/postgresql/data
|
||||||
|
|
||||||
frametherpad:
|
frametherpad:
|
||||||
image: frametherpad
|
image: frametherpad
|
||||||
ports:
|
ports:
|
||||||
- "9001:9001"
|
- "9001:9001"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user