mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 03:20:12 -08:00
update images for pangolin and gerbil services; refine comments in docker-compose.yml
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: pangolin
|
name: pangolin
|
||||||
services:
|
services:
|
||||||
pangolin:
|
pangolin:
|
||||||
image: fosrl/pangolin:1.4.0
|
image: fosrl/pangolin:1.10.3
|
||||||
container_name: pangolin
|
container_name: pangolin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 15
|
retries: 15
|
||||||
gerbil:
|
gerbil:
|
||||||
image: fosrl/gerbil:1.0.0
|
image: fosrl/gerbil:1.2.1
|
||||||
container_name: gerbil
|
container_name: gerbil
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
@@ -38,11 +38,13 @@ services:
|
|||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
ports:
|
ports:
|
||||||
- 51820:51820/udp
|
- 51820:51820/udp
|
||||||
|
- 21820:21820/udp # port for ACCEPT_CLIENTS env variable
|
||||||
- 443:443 # Port for traefik because of the network_mode
|
- 443:443 # Port for traefik because of the network_mode
|
||||||
- 80:80 # Port for traefik because of the network_mode
|
- 80:80 # Port for traefik because of the network_mode
|
||||||
- 2229:2229 # port for gitea
|
- 2229:2229 # port for gitea, served from europa; git.ptrwd.com
|
||||||
|
- 5432:5432 # port for postgres, served from io
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v3.3.6
|
image: traefik:v3
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user