Last active
May 27, 2023 15:46
-
-
Save Enigo/fb67e81b185cc3d1d82576d1ad2865a2 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
services: | |
db: | |
image: postgres:15.3 | |
restart: 'no' | |
environment: | |
POSTGRES_PASSWORD: notsecure | |
POSTGRES_USER: data-loader-local | |
POSTGRES_DB: illuvium-land | |
ports: | |
- '5432:5432' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment