Add tftp server
This commit is contained in:
@@ -156,6 +156,7 @@ services:
|
|||||||
gpodder:
|
gpodder:
|
||||||
container_name: gpodder
|
container_name: gpodder
|
||||||
image: gitea.loadingm.xyz/the10thwiz/gpodder-rs:latest
|
image: gitea.loadingm.xyz/the10thwiz/gpodder-rs:latest
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- ROCKET_SECRET_KEY=${GPODDER_SECRET_KEY}
|
- ROCKET_SECRET_KEY=${GPODDER_SECRET_KEY}
|
||||||
networks:
|
networks:
|
||||||
@@ -163,6 +164,18 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /data/gpodder:/data
|
- /data/gpodder:/data
|
||||||
logging: *logging
|
logging: *logging
|
||||||
|
tftp:
|
||||||
|
container_name: tftp
|
||||||
|
image: kaczmar2/tftp-server
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- ENABLE_WEB_SERVER=false
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /data/tftp:/srv/tftp:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
logging: *logging
|
||||||
|
|
||||||
# calibre:
|
# calibre:
|
||||||
# image: "linuxserver/calibre-web"
|
# image: "linuxserver/calibre-web"
|
||||||
# 5d-diplomacy-frontend:
|
# 5d-diplomacy-frontend:
|
||||||
|
|||||||
Reference in New Issue
Block a user