mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-14 16:10:12 +00:00
migrate to pg 15, fix umami 2
This commit is contained in:
parent
4843b2925c
commit
640644713c
@ -74,11 +74,11 @@ services:
|
||||
- tubearchivist_network
|
||||
# backend postgres
|
||||
postgres:
|
||||
image: postgres:14
|
||||
image: postgres:15
|
||||
container_name: postgres
|
||||
restart: always
|
||||
volumes:
|
||||
- ./volume/postgres:/var/lib/postgresql/data/
|
||||
- ./volume/tubearchivist/postgres15:/var/lib/postgresql/data/
|
||||
env_file:
|
||||
- ./env/postgres.env
|
||||
expose:
|
||||
@ -97,7 +97,7 @@ services:
|
||||
- tubearchivist_network
|
||||
# umami stats
|
||||
umami:
|
||||
image: ghcr.io/mikecao/umami:postgresql-latest
|
||||
image: ghcr.io/umami-software/umami:postgresql-latest
|
||||
container_name: umami
|
||||
expose:
|
||||
- "3000"
|
||||
@ -112,12 +112,12 @@ services:
|
||||
networks:
|
||||
- umami_network
|
||||
umami-db:
|
||||
image: postgres:14
|
||||
image: postgres:15
|
||||
container_name: umami-db
|
||||
env_file:
|
||||
- ./env/umami.env
|
||||
volumes:
|
||||
- ./volume/umami/db:/var/lib/postgresql/data
|
||||
- ./volume/umami/postgres15:/var/lib/postgresql/data
|
||||
restart: always
|
||||
networks:
|
||||
- umami_network
|
||||
@ -143,13 +143,13 @@ services:
|
||||
networks:
|
||||
- gitea_network
|
||||
gitea-db:
|
||||
image: postgres:14
|
||||
image: postgres:15
|
||||
container_name: gitea-db
|
||||
restart: always
|
||||
env_file:
|
||||
- ./env/gitea.env
|
||||
volumes:
|
||||
- ./volume/gitea/db:/var/lib/postgresql/data
|
||||
- ./volume/gitea/postgres15:/var/lib/postgresql/data
|
||||
networks:
|
||||
- gitea_network
|
||||
redditbot:
|
||||
|
@ -11,7 +11,7 @@
|
||||
<meta property="og:description" content="Your self hosted YouTube media server" />
|
||||
<meta property="og:image" content="/static/img/banner-tube-archivist-dark.png" />
|
||||
<script type="text/javascript" src="/static/script.js"></script>
|
||||
<script async defer data-website-id="028c31cf-3e27-4f0f-8b7b-c938ac79b7dc" src="https://stats.tubearchivist.com/umami.js"></script>
|
||||
<script async defer data-website-id="028c31cf-3e27-4f0f-8b7b-c938ac79b7dc" src="https://stats.tubearchivist.com/script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
|
Loading…
Reference in New Issue
Block a user