expose ports correctly

This commit is contained in:
root 2026-02-16 13:05:30 +00:00 committed by kleines Filmröllchen
parent 37282c10c9
commit f4348565bf
Signed by: filmroellchen
SSH key fingerprint: SHA256:UMhcHaeI+VGsiUL2Drpw3aj1iRiQUlx8nxZqUPvoaVw
2 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,4 +1,2 @@
.env*
memcached
valkey

View file

@ -4,7 +4,16 @@ services:
depends_on: [memcached, valkey]
restart: always
ports:
- 127.0.0.1:1337:80
- name: web-v6
target: 80
published: 80
host_ip: "[::]"
app_protocol: http
- name: web-v4
target: 80
published: 80
host_ip: "0.0.0.0"
app_protocol: http
volumes:
- ./pretix.cfg:/etc/pretix/pretix.cfg
- /var/run/postgresql:/run/postgresql