Compare commits
2 Commits
86631a9bc0
...
0f933da3c9
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f933da3c9 | |||
| 0a4dca5faf |
@@ -64,6 +64,8 @@ services:
|
|||||||
POSTGRES_DB: ${POSTGRES_DB:-greenlns}
|
POSTGRES_DB: ${POSTGRES_DB:-greenlns}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-greenlns}
|
POSTGRES_USER: ${POSTGRES_USER:-greenlns}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?POSTGRES_PASSWORD is required}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?POSTGRES_PASSWORD is required}
|
||||||
|
ports:
|
||||||
|
- "5434:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user