Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yoanisgil/bccdaa8f30234f07ebfd67538f0ce3e1 to your computer and use it in GitHub Desktop.
Save yoanisgil/bccdaa8f30234f07ebfd67538f0ce3e1 to your computer and use it in GitHub Desktop.
app:
image: easygeoip_app
build: .
command: ["python", "/srv/app/main.py"]
volumes:
- .:/srv/app
ports:
- "5000:5000"
environment:
- DB_PASSWORD=thepassword
- DEBUG=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment