ð¨ chore(docker): pin postgres image version 16
version `17` is not backwards compatiable
This commit is contained in:
parent
09725d731d
commit
98fc415959
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
db:
|
||||
image: postgres
|
||||
image: postgres:16
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: user # change me
|
||||
|
@ -14,7 +14,7 @@ services:
|
|||
- tamako
|
||||
web:
|
||||
image: fawni/tamako # or ghcr.io/fawni/tamako or codeberg.org/fawn/tamako
|
||||
# build: . # uncomment to build the image locally instead of pulling from a registery
|
||||
# build: . # uncomment to build the image locally instead of pulling from a registry
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TAMAKO_HOST: 0.0.0.0 # the host to run the server on.
|
||||
|
|
Loadingâ¦
Reference in a new issue