Merge pull request 'Remove mam-api container' (#6) from mousehole into master
Reviewed-on: http://gitea.nearfuture/fejy/docker-compose-stack/pulls/6
This commit was merged in pull request #6.
This commit is contained in:
@@ -9,22 +9,18 @@ services:
|
|||||||
devices:
|
devices:
|
||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000/tcp # Gluetun's built-in HTTP control server
|
|
||||||
- 8888:8888/tcp # Gluetun's built-in HTTP proxy
|
|
||||||
- 8388:8388/tcp # Gluetun's built-in Shadowsocks server
|
|
||||||
- 8388:8388/udp # Gluetun's built-in Shadowsocks server
|
|
||||||
- 8089:8089/tcp # Qbittorrent web-ui
|
- 8089:8089/tcp # Qbittorrent web-ui
|
||||||
- 8090:8090/tcp # Qbittorrent2 web-gui
|
- 8090:8090/tcp # Qbittorrent2 web-gui
|
||||||
- 8091:8091/tcp # Qbittorrent3 web-gui
|
- 8091:8091/tcp # Qbittorrent3 web-gui
|
||||||
- 8069:8069/tcp # Qbittorrent_priv web-gui
|
- 8069:8069/tcp # Qbittorrent_priv web-gui
|
||||||
- 3000:3000 # Firefox desktop gui
|
- 5010:5010/tcp # Mousehole
|
||||||
- 3001:3001 # Firefox desktop gui HTTPS
|
|
||||||
volumes:
|
volumes:
|
||||||
- /home/fejy/docker/gluetun:/gluetun
|
- /home/fejy/docker/gluetun:/gluetun
|
||||||
environment:
|
environment:
|
||||||
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
|
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
|
||||||
- VPN_SERVICE_PROVIDER=airvpn
|
- VPN_SERVICE_PROVIDER=airvpn
|
||||||
- VPN_TYPE=wireguard
|
- VPN_TYPE=wireguard
|
||||||
|
- FIREWALL_VPN_INPUT_PORTS=${qbit_portfw}
|
||||||
# Wireguard:
|
# Wireguard:
|
||||||
- WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIV_KEY}
|
- WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIV_KEY}
|
||||||
- WIREGUARD_PRESHARED_KEY=${WIREGUARD_PSHARE_KEY}
|
- WIREGUARD_PRESHARED_KEY=${WIREGUARD_PSHARE_KEY}
|
||||||
@@ -139,17 +135,14 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
#restart: unless-stopped
|
#restart: unless-stopped
|
||||||
|
|
||||||
mam-api:
|
mousehole:
|
||||||
image: myanonamouse/seedboxapi
|
image: tmmrtn/mousehole:latest
|
||||||
container_name: mam-api
|
|
||||||
user: 1029:1000
|
|
||||||
environment:
|
|
||||||
- DEBUG=1
|
|
||||||
#- mam_id=${MAM_KEY}
|
|
||||||
- interval=1
|
|
||||||
volumes:
|
|
||||||
- /home/fejy/docker/mam-api:/config
|
|
||||||
network_mode: "service:gluetun"
|
network_mode: "service:gluetun"
|
||||||
|
environment:
|
||||||
|
TZ: Etc/UTC # Set to your timezone for localization
|
||||||
|
volumes:
|
||||||
|
# persist cookie data across container restarts
|
||||||
|
- "/home/fejy/docker/mousehole:/srv/mousehole"
|
||||||
depends_on:
|
depends_on:
|
||||||
gluetun:
|
gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user