switch to 2.3.16

This commit is contained in:
Julien Fastré 2016-10-05 12:57:21 +02:00
parent c42d809b4c
commit 3c73d2a998
2 changed files with 7 additions and 9 deletions

View file

@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Julien Fastré <julienfastre@cvfe.be> MAINTAINER Julien Fastré <julienfastre@cvfe.be>
ARG version=2.3.15 ARG version=2.3.16
WORKDIR /tmp/build WORKDIR /tmp/build

View file

@ -2,18 +2,16 @@ version: '2'
services: services:
sogo: sogo:
build: # build:
context: . # context: .
args: # args:
- version=2.3.15 # - version=2.3.16
image: julienfastre/sogo:2.3
links: links:
- db - db
environment:
- "WorkersCount=10"
volumes: volumes:
- /usr/local/lib/GNUstep/SOGo/WebServerResources/ - /usr/local/lib/GNUstep/SOGo/WebServerResources/
- /home/julienfastre/Documents/informatique/sogo-compil/sogo.conf:/etc/sogo/sogo.conf - /path/to/my/sogo.conf:/etc/sogo/sogo.conf
db: db:
image: postgres:9.5 image: postgres:9.5
ports: ports: