File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ You can execute `docker-compose up -d --build --force-recreate` to start and bui
77
88### Version information
99
10- | ** Version** | ** Description** |
11- | :-----------:| :----------------------:|
12- | 1.1.0 | Includes PostgreSQL 16 |
13- | 1.0.0 | Includes PostgreSQL 13 |
10+ | ** Version** | ** Description** |
11+ | :-----------:| :----------------------------------------------------------------:|
12+ | 1.1.1 | Update the Alpine version and the allocated IPs of the databases |
13+ | 1.1.0 | Includes PostgreSQL 16 |
14+ | 1.0.0 | Includes PostgreSQL 13 |
1415
1516### Cronjobs
1617
17- It is possible to adapt the ` pretixuser ` crontab entries by modifying the [ crontab] ( docker/pretix/crontab.bak ) file.
18+ It is possible to adapt the ` pretixuser ` crontab entries by modifying the [ crontab] ( docker/pretix/crontab ) file.
1819
1920## TLS setup
2021
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121 - backend
2222
2323 database :
24- image : postgres:16-alpine3.20
24+ image : postgres:16-alpine3.22
2525 container_name : database
2626 ports :
2727 - " 5432:5432"
@@ -34,7 +34,7 @@ services:
3434 - backend
3535
3636 cache :
37- image : redis:alpine3.20
37+ image : redis:alpine3.22
3838 container_name : redis
3939 ports :
4040 - " 6379:6379"
@@ -50,4 +50,6 @@ volumes:
5050
5151networks :
5252 backend :
53- external : false
53+ driver : bridge
54+ driver_opts :
55+ com.docker.network.bridge.host_binding_ipv4 : " 127.0.0.1"
You can’t perform that action at this time.
0 commit comments