Skip to content

Commit

Permalink
fix: add wireguard dep to api
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Feb 7, 2024
1 parent c7e4904 commit aed43ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/navigator/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
depends_on:
- caddy
- client
- wireguard
logging:
options:
max-size: "10m"
Expand Down Expand Up @@ -129,4 +130,4 @@ services:
- ./:/app
networks:
media-server:
driver: bridge
driver: bridge

0 comments on commit aed43ab

Please sign in to comment.