Skip to content

Instantly share code, notes, and snippets.

@antklim
Created November 20, 2020 00:43
Show Gist options
  • Save antklim/674e510fa6c7d8d975c0434a0bbfb143 to your computer and use it in GitHub Desktop.
Save antklim/674e510fa6c7d8d975c0434a0bbfb143 to your computer and use it in GitHub Desktop.
version: '3'
services:
calc:
build: .
networks:
- calc-nw
ports:
- "${CALC_PORT:-8080}:8080"
networks:
calc-nw:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment