diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-04 13:42:20 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-04 13:42:20 +0100 |
commit | d1332a2d42f42b132a1e9df761bee0a7e6b511f6 (patch) | |
tree | 1a4f86f8f307df2f210b47204aee4df4160eeb10 /app/build/docker-compose.yml | |
parent | 6402119511cb08a2049daa98e7557d557638c069 (diff) | |
download | infrastructure-d1332a2d42f42b132a1e9df761bee0a7e6b511f6.tar.gz infrastructure-d1332a2d42f42b132a1e9df761bee0a7e6b511f6.zip |
Add alps container
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: |