Skip to content

Instantly share code, notes, and snippets.

@fclesio
Created October 28, 2020 13:02
Show Gist options
  • Save fclesio/0813a7e8b903260899be9ab09cfff3c5 to your computer and use it in GitHub Desktop.
Save fclesio/0813a7e8b903260899be9ab09cfff3c5 to your computer and use it in GitHub Desktop.
analysis:
image: data_science_analysis
container_name: data_science_analysis
restart: always
environment:
- ENV_VAR_1=${ENV_VAR_1}
- ENV_VAR_2=${ENV_VAR_2}
hostname: '0.0.0.0'
ports:
- "8888:8888"
volumes:
- .:/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment