remove stash-box
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,9 +6,9 @@
|
||||
!*/.*env*
|
||||
|
||||
!qbittorrent/config/qBittorrent/*.json
|
||||
qbittorrent/config/qBittorrent/qBittorrent-data.conf
|
||||
|
||||
!stash/cron/**/*
|
||||
!stash/config/config.yml
|
||||
!stash/stash-box-config/*
|
||||
!stash/config/plugins/**/*
|
||||
qbittorrent/config/qBittorrent/qBittorrent-data.conf
|
||||
!stash/config/plugins/**/*
|
||||
@@ -1,12 +0,0 @@
|
||||
FROM postgres:14.2
|
||||
|
||||
RUN buildDeps='git make gcc postgresql-server-dev-14 libc-dev binutils' \
|
||||
&& apt update && apt install -y $buildDeps --reinstall ca-certificates \
|
||||
&& git clone https://github.com/fake-name/pg-spgist_hamming.git \
|
||||
&& make -C pg-spgist_hamming/bktree \
|
||||
&& make -C pg-spgist_hamming/bktree install \
|
||||
&& rm -rf pg-spgist_hamming \
|
||||
&& apt purge -y --auto-remove $buildDeps
|
||||
|
||||
EXPOSE 5432
|
||||
CMD docker-entrypoint.sh postgres
|
||||
@@ -1,3 +0,0 @@
|
||||
database: postgres@localhost/stash-box?sslmode=disable
|
||||
jwt_secret_key: d1f8bf37012ef1052cc8c7c1d182a1d14b8f27b751b0a5bb7b189356aacba42e
|
||||
session_store_key: 6b305c00d5a455e0361ec7e9ba60b4d5f6b1d8c632ae5d56fe5987b0ccdd611b
|
||||
Reference in New Issue
Block a user