Atualizar docker-compose.prod.yml
This commit is contained in:
parent
3d2036f772
commit
2840db5086
|
|
@ -21,8 +21,8 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=aci
|
- POSTGRES_USER=jira
|
||||||
- POSTGRES_PASSWORD=aci_secret_2026
|
- POSTGRES_PASSWORD=jira_secret_2026
|
||||||
- POSTGRES_DB=jira_fixer
|
- POSTGRES_DB=jira_fixer
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue