comparison docker/docker-compose-e2e.yml @ 3691:bb19703af326

docker (docker-compose-e2e): fix `tmpfs` instruction for `prosody`
author Goffi <goffi@goffi.org>
date Wed, 20 Oct 2021 17:24:09 +0200
parents 0ffaa231138c
children 87caf6284c55
comparison
equal deleted inserted replaced
3690:1680eec4cbfd 3691:bb19703af326
5 image: libervia/prosody:e2e 5 image: libervia/prosody:e2e
6 build: prosody-e2e 6 build: prosody-e2e
7 depends_on: 7 depends_on:
8 # we need to depend on backend to get IP address of the container for conf 8 # we need to depend on backend to get IP address of the container for conf
9 - backend 9 - backend
10 tmpfs: /var/lib/prosody 10 tmpfs:
11 tmpfs: /var/log/prosody 11 - /var/lib/prosody
12 - /var/log/prosody
12 networks: 13 networks:
13 default: 14 default:
14 aliases: 15 aliases:
15 - server1.test 16 - server1.test
16 - server2.test 17 - server2.test