Skip to content

Commit

Permalink
feat(prod): caddy network
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed May 1, 2024
1 parent 5e717f3 commit f859b71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ services:
build:
context: ./docker/grafana
restart: unless-stopped
networks:
- default
- caddy_network
environment:
GF_SERVER_DOMAIN: ${GF_SERVER_DOMAIN}
GF_SERVER_ROOT_URL: ${GF_SERVER_ROOT_URL}
Expand Down Expand Up @@ -142,3 +145,8 @@ volumes:
grafana-storage:
postgres-storage:
loki-storage:

networks:
default:
caddy_network:
external: true

0 comments on commit f859b71

Please sign in to comment.