Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Last active December 19, 2020 18:44
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 thatisuday/6973d29dfa2c9e8e181539e1b7ac1a79 to your computer and use it in GitHub Desktop.
Save thatisuday/6973d29dfa2c9e8e181539e1b7ac1a79 to your computer and use it in GitHub Desktop.
Docker Compose file with build arguments.
# Compose file version
version: "3.9"
# services
services:
# frontend web service
frontend:
build:
context: ./frontend
args:
- tag: 12.10.0
- working_directory: $FRONTEND_WORDIR
- log_level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment