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
7
7
8
8
### Version information
9
9
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 |
14
15
15
16
### Cronjobs
16
17
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.
18
19
19
20
## TLS setup
20
21
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
- backend
22
22
23
23
database :
24
- image : postgres:16-alpine3.20
24
+ image : postgres:16-alpine3.22
25
25
container_name : database
26
26
ports :
27
27
- " 5432:5432"
@@ -34,7 +34,7 @@ services:
34
34
- backend
35
35
36
36
cache :
37
- image : redis:alpine3.20
37
+ image : redis:alpine3.22
38
38
container_name : redis
39
39
ports :
40
40
- " 6379:6379"
@@ -50,4 +50,6 @@ volumes:
50
50
51
51
networks :
52
52
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