Update docker-compose.yml

This commit is contained in:
Alexander Kiryukhin 2018-09-24 14:44:57 +03:00 committed by GitHub
parent 05cb8b0129
commit d8f04777f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,5 @@ services:
build: . build: .
ports: ports:
- "3000:3000" - "3000:3000"
deploy:
replicas: 1
configs:
- proxy_config
mongo: mongo:
image: mongo:3.7.9-jessie image: mongo:3.7.9-jessie
configs:
proxy_config:
file: ./config.toml