Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created January 26, 2022 05:17
Show Gist options
  • Save esenthil2018/bd961a339c788b3ed2871bf5c3941d8d to your computer and use it in GitHub Desktop.
Save esenthil2018/bd961a339c788b3ed2871bf5c3941d8d to your computer and use it in GitHub Desktop.
version: "3.9" # optional since v1.27.0
services:
web:
build: .
ports:
- "5000:5000"
volumes:
- .:/code
- logvolume01:/var/log
links:
- redis
redis:
image: redis
volumes:
logvolume01: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment