Advertisement
zashkurka

postgres_volumes

Nov 9th, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. postgres:
  2. image: 'postgres:14.5'
  3. env_file:
  4. - '.env'
  5. volumes:
  6. - 'postgres:/var/lib/postgresql/data'
  7. - 'csv_files:/test-data/clean-csvs'
  8. ports:
  9. - '5432:5432'
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement