🔨 chore(docker): pin postgres image version 16
All checks were successful
ci/woodpecker/push/golint Pipeline was successful
ci/woodpecker/push/clippy Pipeline was successful

version `17` is not backwards compatiable
This commit is contained in:
fawn 2024-10-19 20:58:27 +03:00
parent 09725d731d
commit 98fc415959
Signed by: fawn
GPG key ID: E6C9811A14B38F80

View file

@ -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.