[ADD]Frama MyPads : composition file

This commit is contained in:
Fabien Bourgeois 2016-09-30 14:59:58 +02:00
parent 2c7f524904
commit c1d43ee93d
1 changed files with 18 additions and 0 deletions

18
framasoft/mypads.yml Normal file
View File

@ -0,0 +1,18 @@
framapg:
image: framapg
environment:
POSTGRES_USER: mypads
POSTGRES_PASSWORD: 1njohpqmcZ+mimtyMkn5
# cap_add:
# - SYS_ADMIN
ports:
- "5432:5432"
volumes:
- /home/fabien/tmp/francesca/francesca:/var/lib/postgresql/data
frametherpad:
image: frametherpad
ports:
- "9001:9001"
links:
- framapg:framapg