Skip to content

Commit 6fd00a4

Browse files
committed
chore: revert version change for self hosted
1 parent 5e80f4c commit 6fd00a4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.docker/selfhost/.env.example

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ UPLOAD_LOCATION=~/.affine/self-host/storage
1717
# position of the configuration files to persist
1818
CONFIG_LOCATION=~/.affine/self-host/config
1919

20-
# postgres major version
21-
DB_VERSION=16
2220
# database credentials
2321
DB_USERNAME=affine
2422
DB_PASSWORD=

.docker/selfhost/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
restart: unless-stopped
5454

5555
postgres:
56-
image: postgres:${DB_VERSION:-16}
56+
image: postgres:16
5757
container_name: postgres
5858
volumes:
5959
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data

.github/deployment/self-host/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
timeout: 5s
4444
retries: 5
4545
postgres:
46-
image: postgres:${DB_VERSION:-16}
46+
image: postgres:16
4747
container_name: affine_postgres
4848
restart: unless-stopped
4949
volumes:

0 commit comments

Comments
 (0)