Created
January 26, 2022 05:17
-
-
Save esenthil2018/bd961a339c788b3ed2871bf5c3941d8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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