Skip to content

Instantly share code, notes, and snippets.

@beardcoder
Last active November 28, 2017 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beardcoder/59f6c7b369f9aebbfebb1f5ef0d604d7 to your computer and use it in GitHub Desktop.
Save beardcoder/59f6c7b369f9aebbfebb1f5ef0d604d7 to your computer and use it in GitHub Desktop.
Resolve container by hostname
version: '3'
services:
web:
image: 'nginx:alpine'
networks: # This resolves the container by host name if you compose more then one container
default:
aliases:
- ${APP_HOST}.${DOMAIN_NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment