Change web interface ports to use expose in docker-compose.yml instead of ports
Change any port changes in docker-compose files to use expose and the default port instead of 3001:3000 Any localhost limited ports changed to expose instead Add requestrr to caddyfile
This commit is contained in:
@@ -4,10 +4,12 @@ services:
|
|||||||
image: docker.io/actualbudget/actual-server:latest
|
image: docker.io/actualbudget/actual-server:latest
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
ports:
|
#ports:
|
||||||
# This line makes Actual available at port 5006 of the device you run the server on,
|
# This line makes Actual available at port 5006 of the device you run the server on,
|
||||||
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
||||||
- '5006:5006'
|
# - '5006:5006'
|
||||||
|
expose:
|
||||||
|
- "5006"
|
||||||
#environment:
|
#environment:
|
||||||
# - ACTUAL_LOGIN_METHOD=header
|
# - ACTUAL_LOGIN_METHOD=header
|
||||||
# Uncomment any of the lines below to set configuration options.
|
# Uncomment any of the lines below to set configuration options.
|
||||||
|
|||||||
@@ -105,7 +105,8 @@ import ttt-app frigate 8971
|
|||||||
import ttt-app overseerr 5055
|
import ttt-app overseerr 5055
|
||||||
import ttt-app openobserve 5080
|
import ttt-app openobserve 5080
|
||||||
import ttt-app gitea 3000
|
import ttt-app gitea 3000
|
||||||
import ttt-app homepage 3001
|
import ttt-app homepage 3000
|
||||||
|
import ttt-app requestrr 4545
|
||||||
|
|
||||||
# Alternate configuration (different subdomain and docker compose project name)
|
# Alternate configuration (different subdomain and docker compose project name)
|
||||||
import ttt-app-alt budget actual-server-app-1 5006
|
import ttt-app-alt budget actual-server-app-1 5006
|
||||||
|
|||||||
@@ -20,11 +20,12 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
ports:
|
ports:
|
||||||
- "8971:8971"
|
|
||||||
- "8554:8554" # RTSP feeds
|
- "8554:8554" # RTSP feeds
|
||||||
- "8555:8555/tcp" # WebRTC over tcp
|
- "8555:8555/tcp" # WebRTC over tcp
|
||||||
- "8555:8555/udp" # WebRTC over udp
|
- "8555:8555/udp" # WebRTC over udp
|
||||||
- "5000:5000" # VS Code schema validation allowed
|
- "5000:5000" # VS Code schema validation allowed
|
||||||
|
expose:
|
||||||
|
- "8971"
|
||||||
environment:
|
environment:
|
||||||
LIBVA_DRIVER_NAME: "radeonsi" # FRIGATE_RTSP_PASSWORD: "69$nC*6$jADbc!"
|
LIBVA_DRIVER_NAME: "radeonsi" # FRIGATE_RTSP_PASSWORD: "69$nC*6$jADbc!"
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -27,8 +27,9 @@ services:
|
|||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
|
||||||
- "127.0.0.1:2222:22"
|
- "127.0.0.1:2222:22"
|
||||||
|
expose:
|
||||||
|
- "3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
secrets:
|
secrets:
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ services:
|
|||||||
- dockerproxy
|
- dockerproxy
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TEMPLATE_CREATED: true
|
DOCKER_TEMPLATE_CREATED: true
|
||||||
|
expose:
|
||||||
|
- "3000"
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
- default
|
- default
|
||||||
ports:
|
|
||||||
- "3001:3000"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config # Make sure your local config directory exists
|
- ./config:/app/config # Make sure your local config directory exists
|
||||||
@@ -22,8 +22,8 @@ services:
|
|||||||
- SERVICES=1 # Allow access to viewing services (necessary when using Docker Swarm)
|
- SERVICES=1 # Allow access to viewing services (necessary when using Docker Swarm)
|
||||||
- TASKS=1 # Allow access to viewing tasks (necessary when using Docker Swarm)
|
- TASKS=1 # Allow access to viewing tasks (necessary when using Docker Swarm)
|
||||||
- POST=0 # Disallow any POST operations (effectively read-only)
|
- POST=0 # Disallow any POST operations (effectively read-only)
|
||||||
ports:
|
expose:
|
||||||
- "127.0.0.1:2375:2375"
|
- "2375"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
||||||
|
|||||||
@@ -20,8 +20,9 @@ services:
|
|||||||
- proxy-net
|
- proxy-net
|
||||||
- default
|
- default
|
||||||
ports:
|
ports:
|
||||||
- "5080:5080"
|
|
||||||
- "5514:5514"
|
- "5514:5514"
|
||||||
|
expose:
|
||||||
|
- "5080"
|
||||||
env_file: ./secrets/openobserve.env
|
env_file: ./secrets/openobserve.env
|
||||||
environment:
|
environment:
|
||||||
ZO_DATA_DIR: /data
|
ZO_DATA_DIR: /data
|
||||||
|
|||||||
@@ -8,8 +8,11 @@ services:
|
|||||||
- TZ=America/Los_Angeles
|
- TZ=America/Los_Angeles
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
|
- default
|
||||||
ports:
|
ports:
|
||||||
- "5055:5055"
|
- "5055:5055"
|
||||||
|
expose:
|
||||||
|
- "5055"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/config
|
- ./data:/app/config
|
||||||
- ./config/settings.json:/app/config/settings.json
|
- ./config/settings.json:/app/config/settings.json
|
||||||
|
|||||||
@@ -5,10 +5,12 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
ports:
|
ports:
|
||||||
- "4545:4545"
|
- "4545:4545"
|
||||||
|
expose:
|
||||||
|
- "4545"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/root/config
|
- ./config:/root/config
|
||||||
- ./data/tmp:/root/config/tmp
|
- ./data/tmp:/root/config/tmp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ services:
|
|||||||
- proxy-net
|
- proxy-net
|
||||||
ports:
|
ports:
|
||||||
- "9999:9999"
|
- "9999:9999"
|
||||||
|
expose:
|
||||||
|
- "9999"
|
||||||
## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section
|
## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data:/home/node/trilium-data
|
- ./data:/home/node/trilium-data
|
||||||
- ./config:/home/node/trilium-config
|
- ./config:/home/node/trilium-config
|
||||||
|
expose:
|
||||||
|
- "8080"
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user