Update 'traefik/docker-compose.yml'
This commit is contained in:
parent
c3213609a2
commit
c1995fb9b6
@ -114,8 +114,9 @@ services:
|
||||
#- "--entrypoints.teamspeak.address=:9987/udp"
|
||||
# HTTPS (websecure entrypoint)
|
||||
- "--entrypoints.websecure.address=:443"
|
||||
# SSH for Gitlab Entrypoint
|
||||
- "--entrypoints.ssh.address=:2222"
|
||||
# TS3 entrypoints
|
||||
- "--entrypoints.ts-udp.address=:9987/udp"
|
||||
- "--entrypoints.ts-tcp.address=:30033"
|
||||
# Use this CA server for testing
|
||||
# - "--certificatesresolvers.myresolver.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||
- "--certificatesresolvers.myresolver.acme.email=${EMAIL}"
|
||||
@ -148,14 +149,12 @@ services:
|
||||
- "80:80"
|
||||
# The HTTPS port
|
||||
- "443:443"
|
||||
# TH ssh port for Gitlab
|
||||
- "2222:2222" # The SSH port
|
||||
# The Web UI (enabled by --api.insecure=true)
|
||||
#- "8080:8080"
|
||||
# TS3 ports
|
||||
#- "9987:9987/udp"
|
||||
#- "10011:10011"
|
||||
#- "30033:30033"
|
||||
- "9987:9987/udp"
|
||||
- "10011:10011"
|
||||
- "30033:30033"
|
||||
volumes:
|
||||
# For certificate
|
||||
- "./volumes/letsencrypt/acme.json:/letsencrypt/acme.json"
|
||||
|
Loading…
Reference in New Issue
Block a user