expose ports correctly
This commit is contained in:
parent
37282c10c9
commit
f4348565bf
2 changed files with 10 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,2 @@
|
|||
.env*
|
||||
|
||||
memcached
|
||||
valkey
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue