comparison docker/web-demo.yml @ 3692:f35ba048687e

docker (web-demo): fix prosody `tmpfs` instruction
author Goffi <goffi@goffi.org>
date Thu, 21 Oct 2021 11:53:56 +0200
parents d018d2d8a9e5
children 87caf6284c55
comparison
equal deleted inserted replaced
3691:bb19703af326 3692:f35ba048687e
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/lib/prosody
11 - /var/log/prosody
11 networks: 12 networks:
12 default: 13 default:
13 aliases: 14 aliases:
14 - server1.test 15 - server1.test
15 16