Skip to content

Instantly share code, notes, and snippets.

@ptrkrlsrd
Created June 19, 2021 08:42
Show Gist options
  • Save ptrkrlsrd/d92e89b201c2dbd428820f76e8cda056 to your computer and use it in GitHub Desktop.
Save ptrkrlsrd/d92e89b201c2dbd428820f76e8cda056 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