Skip to content

Instantly share code, notes, and snippets.

@catc
Created February 16, 2018 18:10
Show Gist options
  • Save catc/9689151b83f688ff2324f478e77369a4 to your computer and use it in GitHub Desktop.
Save catc/9689151b83f688ff2324f478e77369a4 to your computer and use it in GitHub Desktop.
compose testing
version: "3.5"
services:
someWeb:
build: .
# build: .
# image: web111
# build:
# context: .
# image: web111
# image: web111:tagcat
deploy:
replicas: 1
resources:
limits:
cpus: "0.1"
memory: 50M
ports:
- "1337:1337"
# dockerfile: Dockerfile.oauth2_prox
# web:
# image: web1
# networks:
# networks:
# webnet:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment