Skip to content

Commit

Permalink
ADD: computercraft remote file access
Browse files Browse the repository at this point in the history
  • Loading branch information
wiemanboy committed Jan 19, 2025
1 parent 1588d8e commit d7f781f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions swarm-compose.minecraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ services:
volumes:
- ./data/minecraft:/data:ro
- ./data/minecraft-backups:/backups
-

file-browser:
networks:
- reverse_proxy_network
image: filebrowser/filebrowser
environment:
PORT: "8080"
volumes:
- ./data/minecraft/atm10/computercraft/:/srv
labels:
- traefik.enable=true
- traefik.http.routers.file-browser.rule=Host(`mc.wiemanboy.com`) && PathPrefix(`/files`)
- traefik.http.routers.file-browser.entrypoints=websecure
- traefik.http.routers.file-browser.tls.certresolver=wiemanboycom-resolver

networks:
reverse_proxy_network:
Expand Down

0 comments on commit d7f781f

Please sign in to comment.