Ajout des services Traefik, PostgreSQL et Gitea
This commit is contained in:
6
postgres/.env
Normal file
6
postgres/.env
Normal file
@ -0,0 +1,6 @@
|
||||
POSTGRES_IMAGE=postgres:12.2-alpine
|
||||
POSTGRES_USER=user-example
|
||||
POSTGRES_PASSWORD=password-example
|
||||
POSTGRES_DB=postgres-database-name-example
|
||||
POSTGRES_CONTAINER_NAME=postgres
|
||||
POSTGRES_VOLUME_NAME=postgres
|
Reference in New Issue
Block a user