Skip to content

Instantly share code, notes, and snippets.

@johndiego
Created June 16, 2020 01:24
Show Gist options
  • Save johndiego/a8cdd1bba7b5259fe5fc7b15d142c4b2 to your computer and use it in GitHub Desktop.
Save johndiego/a8cdd1bba7b5259fe5fc7b15d142c4b2 to your computer and use it in GitHub Desktop.
version: '3.4'
services:
app:
image: voip_app:1.0
build:
context: .
dockerfile: Dockerfile
target: voip
tty: true
volumes:
- ./conf:/app
- /etc/timezone:/etc/timezone:ro
env_file:
- .envdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment