Skip to content

Instantly share code, notes, and snippets.

@nicmwe
Created June 29, 2021 18:16
Show Gist options
  • Save nicmwe/6a53a32cfa3cb23d5235d71b1dc2447e to your computer and use it in GitHub Desktop.
Save nicmwe/6a53a32cfa3cb23d5235d71b1dc2447e to your computer and use it in GitHub Desktop.
version: "3.5"
services:
webapp:
image: nicmwe/auth:latest
restart: on-failure
env_file: .env
ports:
- 4100:4100
volumes:
- ./.env:/app/.env:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment