container in ascolto solo su 127.0.0.1
This commit is contained in:
parent
d9b6ecc63b
commit
6bdfcf06ce
@ -23,7 +23,7 @@ services:
|
|||||||
- castopod-app
|
- castopod-app
|
||||||
- castopod-db
|
- castopod-db
|
||||||
ports:
|
ports:
|
||||||
- 3008:8000
|
- 127.0.0.1:3008:8000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
|
@ -11,7 +11,7 @@ services:
|
|||||||
dictionaries: en it
|
dictionaries: en it
|
||||||
extra_params: --o:ssl.enable=true --o:ssl.termination=false # Set SSL options
|
extra_params: --o:ssl.enable=true --o:ssl.termination=false # Set SSL options
|
||||||
ports:
|
ports:
|
||||||
- 3005:9980
|
- 127.0.0.1:3005:9980
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
- /etc/timezone:/etc/timezone
|
- /etc/timezone:/etc/timezone
|
||||||
|
@ -13,7 +13,7 @@ services:
|
|||||||
- extensions:/var/www/FreshRSS/extensions
|
- extensions:/var/www/FreshRSS/extensions
|
||||||
ports:
|
ports:
|
||||||
# If you want to open a port 8080 on the local machine:
|
# If you want to open a port 8080 on the local machine:
|
||||||
- "3004:80"
|
- 127.0.0.1:3004:80
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Rome
|
TZ: Europe/Rome
|
||||||
CRON_MIN: '3,33'
|
CRON_MIN: '3,33'
|
||||||
|
@ -15,7 +15,7 @@ services:
|
|||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "3006:3000"
|
- 127.0.0.1:3006:3000
|
||||||
- "2222:22"
|
- "2222:22"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
@ -24,7 +24,7 @@ services:
|
|||||||
TZ: Europe/Rome
|
TZ: Europe/Rome
|
||||||
ports:
|
ports:
|
||||||
## For reverse proxy setups:
|
## For reverse proxy setups:
|
||||||
- "8080:8080"
|
- 127.0.0.1:8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/gotosocial/storage
|
- ./data:/gotosocial/storage
|
||||||
- ./.cache:/gotosocial/.cache
|
- ./.cache:/gotosocial/.cache
|
||||||
|
@ -6,5 +6,5 @@ services:
|
|||||||
- ./uptime-kuma-data:/app/data
|
- ./uptime-kuma-data:/app/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
ports:
|
ports:
|
||||||
- 3007:3001
|
- 127.0.0.1:3007:3001
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -5,4 +5,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- .memos/:/var/opt/memos
|
- .memos/:/var/opt/memos
|
||||||
ports:
|
ports:
|
||||||
- 3009:5230
|
- 127.0.0.1:3009:5230
|
||||||
|
@ -13,7 +13,7 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
- 3010:8080
|
- 127.0.0.1:3010:8080
|
||||||
environment:
|
environment:
|
||||||
- AIO_DISABLE_BACKUP_SECTION=true
|
- AIO_DISABLE_BACKUP_SECTION=true
|
||||||
- APACHE_PORT=11000
|
- APACHE_PORT=11000
|
||||||
|
@ -12,7 +12,7 @@ services:
|
|||||||
- /var/cache/ntfy:/var/cache/ntfy
|
- /var/cache/ntfy:/var/cache/ntfy
|
||||||
- /etc/ntfy:/etc/ntfy
|
- /etc/ntfy:/etc/ntfy
|
||||||
ports:
|
ports:
|
||||||
- 3003:80
|
- 127.0.0.1:3003:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# https://docs.ntfy.sh/config/#example-config
|
# https://docs.ntfy.sh/config/#example-config
|
@ -5,8 +5,8 @@ services:
|
|||||||
container_name: vaultwarden
|
container_name: vaultwarden
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 3001:80 # Needed for the ACME HTTP-01 challenge.
|
- 127.0.0.1:3001:80 # Needed for the ACME HTTP-01 challenge.
|
||||||
- 3002:443
|
- 127.0.0.1:3002:443
|
||||||
environment:
|
environment:
|
||||||
DOMAIN: ${VAULT_DOMAN}
|
DOMAIN: ${VAULT_DOMAN}
|
||||||
LOG_FILE: "/data/vaultwarden.log"
|
LOG_FILE: "/data/vaultwarden.log"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user