Skip to content

Commit

Permalink
Add network config to compose; Resolves #155
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwartz10612 committed Feb 5, 2025
1 parent 786551d commit c51f1cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions install/fs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c51f1cb

Please sign in to comment.