Skip to content

Instantly share code, notes, and snippets.

@vbogretsov
Last active January 11, 2024 09:37
Show Gist options
  • Save vbogretsov/ed064deff2dd10ff6d6fc700471ba33d to your computer and use it in GitHub Desktop.
Save vbogretsov/ed064deff2dd10ff6d6fc700471ba33d to your computer and use it in GitHub Desktop.
Local volume mount for virtualenv
services:
app:
volumes:
- venv:/opt
volumes:
venv:
driver: local
driver_opts:
type: none
o: bind
device: ./.venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment