Created
July 16, 2024 00:21
-
-
Save marttp/1e0b758208558f3cdf8a9379312ee0ba to your computer and use it in GitHub Desktop.
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
name: chinook | |
services: | |
postgres: | |
image: postgres:15.3-alpine | |
environment: | |
POSTGRES_USER: postgres | |
POSTGRES_PASSWORD: postgres | |
POSTGRES_DB: chinook_db | |
ports: | |
- "5432:5432" | |
volumes: | |
- ./ChinookDatabase/DataSources/Chinook_PostgreSql_SerialPKs.sql:/docker-entrypoint-initdb.d/Chinook_PostgreSql_SerialPKs.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment