This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/postgres/.env

8 lines
172 B
Bash
Raw Normal View History

2022-02-22 15:55:45 +01:00
#POSTGRES_VOLUME_NAME=
#POSTGRES_CONTAINER_NAME=
#POSTGRES_IMAGE=
POSTGRES_USER=user-example
POSTGRES_PASSWORD=password-example
POSTGRES_DB=postgres-database-name-example