comparison docker/docker-compose-e2e.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
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
11 tmpfs: /var/log/prosody 10 tmpfs: /var/log/prosody
12 networks: 11 networks:
13 default: 12 default:
14 aliases: 13 aliases:
15 - server1.test 14 - server1.test