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 ab50d6f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions swarm-compose.minecraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,22 @@ services:
- ./data/minecraft:/data:ro
- ./data/minecraft-backups:/backups

file-browser:
networks:
- reverse_proxy_network
image: filebrowser/filebrowser
environment:
FB_PORT: "8080"
FB_BASEURL: "/files"
volumes:
- ./data/minecraft/atm10/computercraft/:/srv
- ./data/filebrowser/.filebrowser.json:/.filebrowser.json
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:
external: true
Expand Down

0 comments on commit ab50d6f

Please sign in to comment.