Skip to content

Instantly share code, notes, and snippets.

@otaviosoares
Created December 7, 2016 20:23
Show Gist options
  • Save otaviosoares/a87918874b07170d4d37c2739a6da59e to your computer and use it in GitHub Desktop.
Save otaviosoares/a87918874b07170d4d37c2739a6da59e to your computer and use it in GitHub Desktop.
mongodata:
image: mongo
ports:
- 27017:27017
redis:
image: smebberson/alpine-redis
ports:
- 6379:6379
volumes:
- /data
esdata:
image: elasticsearch
container_name: esdata
command: /bin/true
volumes:
- /usr/share/elasticsearch/data
elastic_search:
image: elasticsearch
ports:
- 9200:9200
- 9300:9300
volumes:
esdata
artyou_base:
build: ../../artyou-services/artyou-base/
container_name: artyou_base
env_file: ../system.env
net: host
restart: always
artyou_webapi:
build: ../../artyou-services/artyou-webapi/
container_name: artyou_webapi
env_file: ../system.env
net: host
restart: always
artyou_auth:
build: ../../artyou-services/artyou-auth/
container_name: artyou_auth
env_file: ../system.env
net: host
restart: always
artyou_subscription:
build: ../../artyou-services/artyou-subscription/
container_name: artyou_subscription
env_file: ../system.env
net: host
restart: always
artyou_company:
build: ../../artyou-services/artyou-company/
container_name: artyou_company
env_file: ../system.env
net: host
restart: always
artyou_email:
build: ../../artyou-services/artyou-email/
container_name: artyou_email
env_file: ../system.env
net: host
restart: always
artyou_object_logger:
build: ../../artyou-services/artyou-object-logger/
container_name: artyou_object_logger
env_file: ../system.env
net: host
restart: always
artyou_media:
build: ../../artyou-services/artyou-media/
container_name: artyou_media
env_file: ../system.env
net: host
restart: always
artyou_media_read:
build: ../../artyou-services/artyou-media-read/
container_name: artyou_media_read
env_file: ../system.env
net: host
restart: always
artyou_usage:
build: ../../artyou-services/artyou-usage/
container_name: artyou_usage
env_file: ../system.env
net: host
restart: always
artyou_search:
build: ../../artyou-services/artyou-search/
container_name: artyou_search
env_file: ../system.env
net: host
restart: always
artyou_sms:
build: ../../artyou-services/artyou-sms/
container_name: artyou_sms
env_file: ../system.env
net: host
restart: always
artyou_billing:
build: ../../artyou-services/artyou-billing/
container_name: artyou_billing
env_file: ../system.env
net: host
restart: always
artyou_killbill:
build: ../../artyou-services/artyou-killbill/
container_name: artyou_killbill
env_file: ../system.env
net: host
restart: always
artyou_collection:
build: ../../artyou-services/artyou-collection/
container_name: artyou_collection
env_file: ../system.env
net: host
restart: always
artyou_collection_read:
build: ../../artyou-services/artyou-collection-read/
container_name: artyou_collection_read
env_file: ../system.env
net: host
restart: always
artyou_file_read:
build: ../../artyou-services/artyou-file-read/
container_name: artyou_file_read
env_file: ../system.env
net: host
restart: always
# artyou_webapi:
# build: ../../artyou-services/artyou-webapi/
# container_name: artyou_webapi
# env_file: ../system.env
# net: host
# restart: always
# ports:
# - 8000:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment