services: web: build: context: . dockerfile: Dockerfile args: ENV_FILE: .env.production volumes: - .:/code:z ports: - 8000:8000 volumes: postgres_data: labels: - "db_is_resettable_via_script"