Skip to content

Instantly share code, notes, and snippets.

@mverteuil
Created October 8, 2019 16:07
Show Gist options
  • Save mverteuil/6138071fd60e0e162b1c4047b04f297a to your computer and use it in GitHub Desktop.
Save mverteuil/6138071fd60e0e162b1c4047b04f297a to your computer and use it in GitHub Desktop.
Added to docker-compose step as an additional "-f", it will enable running tests from within the container in PyCharm.
version: "3.0"
services:
web:
volumes:
- pycharm_helpers_PY-191.7479.30:/opt/.pycharm_helpers
volumes:
pycharm_helpers_PY-191.7479.30: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment