Skip to content

Commit

Permalink
Adding TZ=America/Buenos_Aires
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernandez Santiago authored and Fernandez Santiago committed Feb 22, 2021
1 parent ce5439d commit beafb7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- POSTGRES_DB=kong
- POSTGRES_PASSWORD=kong
volumes:
- ./pg_data:/var/lib/postgresql/data
- pg_data:/var/lib/postgresql/data
restart: always
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
Expand Down Expand Up @@ -68,6 +68,7 @@ services:
container_name: kong
restart: always
environment:
- TZ=America/Buenos_Aires
- KONG_DATABASE=postgres
- KONG_PG_HOST=kong-database
- KONG_PG_DATABASE=kong
Expand Down Expand Up @@ -115,7 +116,7 @@ services:
prometheus:
image: prom/prometheus
ports:
- 127.0.0.1:9090:9090
- 9090:9090
container_name: prometheus
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
Expand Down

0 comments on commit beafb7f

Please sign in to comment.