Add network config to compose; Resolves #155

This commit is contained in:
Owen 2025-02-04 22:28:16 -05:00
parent 786551d86a
commit c51f1cb6a2
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 10 additions and 0 deletions

View file

@ -49,3 +49,8 @@ services:
volumes:
- ./traefik:/etc/traefik:ro # Volume to store the Traefik configuration
- ./letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
networks:
default:
driver: bridge
name: pangolin

View file

@ -55,3 +55,8 @@ services:
volumes:
- ./config/traefik:/etc/traefik:ro # Volume to store the Traefik configuration
- ./config/letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
networks:
default:
driver: bridge
name: pangolin