Migrate from misskey to firefish

This commit is contained in:
Marko Korhonen 2023-12-29 19:29:56 +02:00
parent 8ba0dded9b
commit 8c533276a1
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 74 additions and 57 deletions

View file

@ -2,7 +2,7 @@
[services.postgres]
container_name = "postgres"
image = "postgres:15"
image = "postgres:16"
environment = ["TZ=Europe/Helsinki", "POSTGRES_PASSWORD=12345"]
ports = ["5432:5432"]
networks = ["postgres"]