updated .env insertion for db to use new .env variables
Some checks failed
Gitea build & run. / docker (push) Failing after 3s
Some checks failed
Gitea build & run. / docker (push) Failing after 3s
This commit is contained in:
@@ -16,9 +16,9 @@ services:
|
||||
db:
|
||||
image: postgres:18
|
||||
environment:
|
||||
POSTGRES_DB: ${DB_NAME}
|
||||
POSTGRES_USER: ${DB_USER}
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user