version: '3' volumes: wiki_db: services: wiki_mongo: image: mongo command: '--smallfiles --logpath=/dev/null' volumes: - wiki_db:/data/db wiki: build: $IMAGES/wiki ports: - "8080:80" depends_on: - wiki_mongo environment: WIKI_ADMIN_EMAIL: "till@hoeppner.ws"