diff options
author | LUXEY Adrien <adrien.luxey@inria.fr> | 2020-12-10 09:09:34 +0100 |
---|---|---|
committer | LUXEY Adrien <adrien.luxey@inria.fr> | 2020-12-10 09:09:34 +0100 |
commit | ad064dddbc1e226d23b62baa799871b675bbdfb6 (patch) | |
tree | 21510004236c9f8011b141cd39be4a10536e711b /app/build/docker-compose.yml | |
parent | 2b3df5b6ee7f1dff25f2b96ece365b1555b5f609 (diff) | |
parent | 9c947a458f66e554c3d0cfda1fb1a42b4fafba25 (diff) | |
download | infrastructure-ad064dddbc1e226d23b62baa799871b675bbdfb6.tar.gz infrastructure-ad064dddbc1e226d23b62baa799871b675bbdfb6.zip |
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/infrastructure
Diffstat (limited to 'app/build/docker-compose.yml')
-rw-r--r-- | app/build/docker-compose.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml index b3d51bd..de8ecf5 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -34,6 +34,13 @@ services: VERSION: 5.0.0 image: superboum/amd64_sogo:v7 + alps: + build: + context: ./alps + args: + VERSION: 5cef0aaff2b8b6ee3e00b566123517e241d8cfb8 + image: superboum/amd64_alps:v1 + # VoIP jitsi-meet: build: |