Mercurial > libervia-backend
comparison docker/web-demo.yml @ 3709:09f5ac48ffe3
merge bookmark @
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 12 Nov 2021 17:21:24 +0100 |
parents | 87caf6284c55 |
children |
comparison
equal
deleted
inserted
replaced
3684:8353cc3b8db9 | 3709:09f5ac48ffe3 |
---|---|
4 prosody: | 4 prosody: |
5 image: libervia/prosody:demo | 5 image: libervia/prosody:demo |
6 depends_on: | 6 depends_on: |
7 # we need to depend on backend to get IP address of the container for conf | 7 # we need to depend on backend to get IP address of the container for conf |
8 - backend | 8 - backend |
9 tmpfs: /var/lib/prosody | 9 tmpfs: |
10 tmpfs: /var/log/prosody | 10 - /var/log/prosody |
11 networks: | 11 networks: |
12 default: | 12 default: |
13 aliases: | 13 aliases: |
14 - server1.test | 14 - server1.test |
15 | 15 |