add env
This commit is contained in:
@@ -21,6 +21,8 @@ services:
|
|||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/postgres:17.2-alpine3.21
|
image: docker.io/postgres:17.2-alpine3.21
|
||||||
container_name: gitea-postgres
|
container_name: gitea-postgres
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=gitea
|
- POSTGRES_USER=gitea
|
||||||
- POSTGRES_DB=gitea
|
- POSTGRES_DB=gitea
|
||||||
|
Reference in New Issue
Block a user