Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olahsymbo committed May 1, 2023
1 parent 07705f0 commit 1382353
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3'
services:
etl-pipeline:
restart: always
build:
context: .
dockerfile: Dockerfile
container_name: etl-service
environment:
DEBUG: 'true'
ports:
- "8050:8050"
volumes:
- ./:/etl-gcs-postgres-bigquery

0 comments on commit 1382353

Please sign in to comment.