Skip to content

Instantly share code, notes, and snippets.

@ugurcemozturk
Created January 10, 2019 19:37
Show Gist options
  • Save ugurcemozturk/6ba779c79ef011e5d3c438e507fd6edb to your computer and use it in GitHub Desktop.
Save ugurcemozturk/6ba779c79ef011e5d3c438e507fd6edb to your computer and use it in GitHub Desktop.
contorderainer.yml
version: "3"
services:
A servisi:
image: güzel_imaj
ports:
- lokalPort:containerPort
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:15672"]
interval: 30s
timeout: 13s
retries: 8
app:
build: ./app/
environment:
- SOME:ENV
restart: on-failure
depends_on:
- güzel_imaj
links:
- güzel_imaj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment