Skip to content

Instantly share code, notes, and snippets.

@buggtb
Created July 22, 2016 00:12
Show Gist options
  • Save buggtb/03e80af967e94573288d86aaf2e686a2 to your computer and use it in GitHub Desktop.
Save buggtb/03e80af967e94573288d86aaf2e686a2 to your computer and use it in GitHub Desktop.
# Docker-compose for Celgene
version: '2'
services:
celgene-web:
image: "docker-dev.redda.celgene.com/celgene-web"
ports:
- "80:80"
- "443:443"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment