diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-04 13:54:02 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-04 13:54:02 +0100 |
commit | 9c947a458f66e554c3d0cfda1fb1a42b4fafba25 (patch) | |
tree | 9389ed86478839c7eac7b28833c419d9bb517f30 /app/build/docker-compose.yml | |
parent | 6402119511cb08a2049daa98e7557d557638c069 (diff) | |
parent | e370380a3f8b582eb89b70306b3cb9c22e246aeb (diff) | |
download | infrastructure-9c947a458f66e554c3d0cfda1fb1a42b4fafba25.tar.gz infrastructure-9c947a458f66e554c3d0cfda1fb1a42b4fafba25.zip |
Merge branch 'feature/alps' into master
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 0b142c1..5e28b99 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: |