PromucFlow_constructor/app/server/docker-compose.yml

22 lines
298 B
YAML
Raw Normal View History

2019-09-17 09:35:13 +00:00
version: "3"
services:
appsmith-internal-server:
image: appsmith-server
ports:
- "8080:8080"
links:
- mongo
networks:
- appsmith
mongo:
image: mongo
ports:
- "27017:27017"
networks:
- appsmith
networks:
appsmith:
driver: bridge