add pgadmin
This commit is contained in:
parent
57f8149df2
commit
b7f4f7b2c8
@ -41,11 +41,19 @@ services:
|
|||||||
|
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: gitea.futureporn.net/futureporn/qbittorrent-nox:latest
|
image: gitea.futureporn.net/futureporn/qbittorrent-nox:latest
|
||||||
container_name: qbittorrent
|
|
||||||
env_file: ./.env
|
env_file: ./.env
|
||||||
init: false
|
init: false
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
|
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
|
||||||
|
|
||||||
|
pgadmin:
|
||||||
|
image: dpage/pgadmin4:latest
|
||||||
|
env_file: ./.env
|
||||||
|
ports:
|
||||||
|
- target: 5050
|
||||||
|
published: 5050
|
||||||
|
protocol: tcp
|
||||||
|
mode: ingress
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgdata:
|
pgdata:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "futureporn-our",
|
"name": "futureporn-our",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.8.26",
|
"version": "2.8.27",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",
|
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",
|
||||||
@ -116,4 +116,4 @@
|
|||||||
"prisma": {
|
"prisma": {
|
||||||
"seed": "tsx prisma/seed.ts"
|
"seed": "tsx prisma/seed.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user