Skip to content

Commit

Permalink
Set external network for caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Nov 17, 2023
1 parent 456f03d commit 0dfff9b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion monitoring/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@ services:
- "80:80"
- "443:443"
prometheus:
networks:
- default
- caddy
env_file:
- .env.prod
volumes:
- ./prometheus/data:/prometheus
grafana:
networks:
- default
- caddy
env_file:
- .env.prod
volumes:
Expand All @@ -33,4 +39,7 @@ networks:
ipam:
driver: default
config:
- subnet: fd00:dead:beef::/48
- subnet: fd00:dead:beef::/48
caddy:
name: pico_pgs
external: true

0 comments on commit 0dfff9b

Please sign in to comment.