Skip to content

Commit

Permalink
chore-be: prod docker-compose log 마운트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xogns1514 authored Sep 26, 2024
1 parent e6ac6df commit 8964eb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ services:
env_file:
- .env
environment:
TZ: Asia/Seoul
PROFILE: prod
TZ: Asia/Seoul
volumes:
- "./log:/log"
networks:
cruru_network:
ipv4_address: ${APP_IP_ADDRESS}

promtail:
environment:
TZ: Asia/Seoul
MONITORING_INSTANCE_ADDR_LOKI_PORT: ${MONITORING_INSTANCE_ADDR_LOKI_PORT}
container_name: promtail
image: grafana/promtail:latest
volumes:
Expand Down

0 comments on commit 8964eb7

Please sign in to comment.