Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- postgres:
- image: 'postgres:14.5'
- env_file:
- - '.env'
- volumes:
- - 'postgres:/var/lib/postgresql/data'
- - 'csv_files:/test-data/clean-csvs'
- ports:
- - '5432:5432'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement