Last active
January 30, 2021 12:14
-
-
Save jdaarevalo/a88f081a96753ac8bd678bea1089fd01 to your computer and use it in GitHub Desktop.
last-section-docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| 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