Skip to content

Instantly share code, notes, and snippets.

@masafumimori
Created November 18, 2023 08:00
Show Gist options
  • Save masafumimori/6dcd1fef576d967df891f215a38ae257 to your computer and use it in GitHub Desktop.
Save masafumimori/6dcd1fef576d967df891f215a38ae257 to your computer and use it in GitHub Desktop.
basic compose file for python
version: '3'
services:
dev:
container_name: auto-post
build:
context: .
dockerfile: 'Dockerfile'
args:
DOCKERIGNORE_FILE: .dockerignore.dev
ports:
- 8000:8000
volumes:
- ./:/app
env_file: ./.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment