Skip to content

Commit

Permalink
Corrige nome de banco de dados postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitanga Innovare committed Jun 1, 2024
1 parent e207eda commit 6ebed8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
image: edoburu/pgbouncer:1.14.0
container_name: scielo_usage_local_pgbouncer
environment:
- DATABASE_URL=postgres://GVRFlLmcCNfGLhsFvSnCioYOPJPYpyfj:BQ4hSUL4rdj5WZLdR8ilDLRQMvCtzo0caMaXDO0olGsmycQjlcZlTVK9DepZR8kk@postgres/scielo_core
- DATABASE_URL=postgres://GVRFlLmcCNfGLhsFvSnCioYOPJPYpyfj:BQ4hSUL4rdj5WZLdR8ilDLRQMvCtzo0caMaXDO0olGsmycQjlcZlTVK9DepZR8kk@postgres/scielo_usage
- MAX_CLIENT_CONN=100
ports:
- 6439:5432
Expand Down
8 changes: 4 additions & 4 deletions production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
image: edoburu/pgbouncer:1.14.0
restart: always
environment:
- DATABASE_URL=postgres://GVRFlLmcCNfGLhsFvSnCioYOPJPYpyfj:DAkWfpsnPHcAxMeQk2QmPOIZuz4BXG5qGFWi2hCCQE6kvndJHTuzz8SjnxOJY5qj@postgres/core
- DATABASE_URL=postgres://GVRFlLmcCNfGLhsFvSnCioYOPJPYpyfj:DAkWfpsnPHcAxMeQk2QmPOIZuz4BXG5qGFWi2hCCQE6kvndJHTuzz8SjnxOJY5qj@postgres/scielo_usage
- MAX_CLIENT_CONN=100
ports:
- 6434:5432
Expand All @@ -39,8 +39,8 @@ services:
dockerfile: ./compose/production/postgres/Dockerfile
image: scielo_usage_production_postgres
volumes:
- ../scms_data/scielo_core/data_prod:/var/lib/postgresql/data:Z
- ../scms_data/scielo_core/data_prod_backup:/backups:z
- ../scms_data/scielo_usage/data_prod:/var/lib/postgresql/data:Z
- ../scms_data/scielo_usage/data_prod_backup:/backups:z
ports:
- "5432:5432"
env_file:
Expand All @@ -65,7 +65,7 @@ services:
depends_on:
- django
volumes:
- ../scms_data/scielo_core/traefik:/etc/traefik/acme:z
- ../scms_data/scielo_usage/traefik:/etc/traefik/acme:z
ports:
- "0.0.0.0:80:80"
- "0.0.0.0:443:443"
Expand Down

0 comments on commit 6ebed8d

Please sign in to comment.