Make foodsoft/gitea ports optional

Closes https://git.autonomic.zone/coop-cloud/traefik/issues/23.
This commit is contained in:
decentral1se
2021-04-07 14:22:22 +02:00
parent c5304ee82b
commit 2428f5fabd
4 changed files with 15 additions and 2 deletions

View File

@ -2,11 +2,12 @@ version: "3.8"
services:
app:
image: "traefik:v2.4.8"
# Note(decentral1se): *please do not* add any additional ports here.
# Doing so could break new installs with port conflicts. Please use
# the usual `compose.$name.yml` approach for any additional ports
ports:
- "80:80"
- "443:443"
- "2222:2222"
- "2525:2525"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "letsencrypt:/etc/letsencrypt"