Skip to content

Commit 744794c

Browse files
authored
Merge pull request #13 from ZPascal/adjust-the-alpine-version-and-adjust-the-allocated-database-ips
fix: Adjust the Alpine version and adapt the allocated database ips
2 parents f097d1a + 6100570 commit 744794c

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5151
networks:
5252
backend:
53-
external: false
53+
driver: bridge
54+
driver_opts:
55+
com.docker.network.bridge.host_binding_ipv4: "127.0.0.1"

0 commit comments

Comments
 (0)