Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

compose file that worked for me on step 5 #1

Open
@banjot

Description

@banjot
voting-app:
 image: dockercond2/dockercon-voting-app
 links:
    - redis:voteapps_redis_1
 ports:
    - "5000:80"

redis:  
 image: redis
 ports: ["6379"]

worker: 
 image: dockercond2/dockercon-worker
 links: 
    - redis:voteapps_redis_1 
    - db:voteapps_db_1
db:
 image: postgres:9.4

result-app:
 image: dockercond2/dockercon-result-app
 links:
    - db:voteapps_db_1
 ports:
    - "5001:80"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions