Skip to content

Instantly share code, notes, and snippets.

@jdaarevalo
Last active January 30, 2021 12:14
Show Gist options
  • Select an option

  • Save jdaarevalo/a88f081a96753ac8bd678bea1089fd01 to your computer and use it in GitHub Desktop.

Select an option

Save jdaarevalo/a88f081a96753ac8bd678bea1089fd01 to your computer and use it in GitHub Desktop.
last-section-docker-compose
...
volumes:
- ./postgres-data:/var/lib/postgresql/data
# copy the sql script to create tables
- ./sql/create_tables.sql:/docker-entrypoint-initdb.d/create_tables.sql
# copy the sql script to fill tables
- ./sql/fill_tables.sql:/docker-entrypoint-initdb.d/fill_tables.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment