Skip to content

Instantly share code, notes, and snippets.

@Enigo
Last active May 27, 2023 15:46
Show Gist options
  • Save Enigo/fb67e81b185cc3d1d82576d1ad2865a2 to your computer and use it in GitHub Desktop.
Save Enigo/fb67e81b185cc3d1d82576d1ad2865a2 to your computer and use it in GitHub Desktop.
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