Created
January 13, 2023 04:39
-
-
Save dipeshhkc/f1dde1d255f88e210f4dd27011db359a 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
version: "3.8" | |
services: | |
db: | |
image: postgres | |
restart: always | |
environment: | |
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} | |
ports: | |
- 54322:5432 | |
volumes: | |
- posgres_db:/var/lib/postgresql/data | |
volumes: | |
posgres_db: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment