comparison docker/docker-compose-e2e.yml @ 3695:87caf6284c55

docker (prosody): don't use `tmpfs` for `/var/lib/prosody` (it prevents the container to start)
author Goffi <goffi@goffi.org>
date Fri, 22 Oct 2021 10:40:24 +0200
parents bb19703af326
children
comparison
equal deleted inserted replaced
3694:a6811543c7ff 3695:87caf6284c55
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: 10 tmpfs: /var/log/prosody
11 - /var/lib/prosody
12 - /var/log/prosody
13 networks: 11 networks:
14 default: 12 default:
15 aliases: 13 aliases:
16 - server1.test 14 - server1.test
17 - server2.test 15 - server2.test