Skip to content

Instantly share code, notes, and snippets.

@eeganlf
Forked from initcron/docker-compose.yaml
Last active February 6, 2023 11:31
Show Gist options
  • Select an option

  • Save eeganlf/fea4e847210611fb789f805bd243b781 to your computer and use it in GitHub Desktop.

Select an option

Save eeganlf/fea4e847210611fb789f805bd243b781 to your computer and use it in GitHub Desktop.
Docker Compose spec with Backing Services
services:
vote:
image: xxxxx/vote:latest
ports:
- 5000:80
redis:
image: redis:alpine
db:
image: postgres:9.4
result:
image: xxxxx/result:latest
ports:
- 5001:4000
worker:
image: xxxxx/worker:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment