File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
getting-started/installation Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -146,50 +146,6 @@ volumes:
146146 speedtest-db :
147147` ` `
148148{% endtab %}
149-
150- {% tab title="Postgres" %}
151- ` ` ` yaml
152- services :
153- speedtest-tracker :
154- image : lscr.io/linuxserver/speedtest-tracker:latest
155- restart : unless-stopped
156- container_name : speedtest-tracker
157- ports :
158- - 8080:80
159- - 8443:443
160- environment :
161- - PUID=1000
162- - PGID=1000
163- - APP_KEY=
164- - DB_CONNECTION=pgsql
165- - DB_HOST=db
166- - DB_PORT=5432
167- - DB_DATABASE=speedtest_tracker
168- - DB_USERNAME=speedtest_tracker
169- - DB_PASSWORD=password
170- volumes :
171- - /path/to/data:/config
172- - /path/to-custom-ssl-keys:/config/keys
173- depends_on :
174- - db
175- db :
176- image : postgres:17
177- restart : always
178- environment :
179- - POSTGRES_DB=speedtest_tracker
180- - POSTGRES_USER=speedtest_tracker
181- - POSTGRES_PASSWORD=password
182- volumes :
183- - speedtest-db:/var/lib/postgresql/data
184- healthcheck :
185- test : ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
186- interval : 5s
187- retries : 5
188- timeout : 5s
189- volumes :
190- speedtest-db :
191- ` ` `
192- {% endtab %}
193149{% endtabs %}
194150
195151{% hint style="info" %}
You can’t perform that action at this time.
0 commit comments