Skip to content

Instantly share code, notes, and snippets.

@Talhafayyaz11
Last active February 1, 2024 13:08
Show Gist options
  • Save Talhafayyaz11/758f1a7ad3806a3233058049acd7edb8 to your computer and use it in GitHub Desktop.
Save Talhafayyaz11/758f1a7ad3806a3233058049acd7edb8 to your computer and use it in GitHub Desktop.
version: "3"
services:
tx_postgres:
container_name: tx_postgres
restart: always
image: mdillon/postgis:11-alpine
volumes:
- ./data-dir:/var/lib/postgresql/data
ports:
- "5432:5432"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment