All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

mariushosting

Joined 1685787183

Recently created
Least recently created
Recently updated
Least recently updated
All gists 2 Liked 5

mariushosting / medqux.yaml

0 likes
0 forks
1 files
Last active 1757701377
1 services:
2 postgres:
3 image: postgres:17-alpine
4 container_name: Mediqux-DB
5 environment:
6 POSTGRES_DB: mediqux
7 POSTGRES_USER: mediquxuser
8 POSTGRES_PASSWORD: mediquxpass
9 volumes:
10 - /volume1/docker/mediqux/db:/var/lib/postgresql/data:rw

mariushosting / palmrnew.yaml

0 likes
0 forks
1 files
Last active 1746950963
1 services:
2 palmr-api:
3 image: kyantech/palmr-api:latest
4 container_name: Palmr-API
5 healthcheck:
6 test: ["CMD", "curl", "-f", "http://localhost:3333/health"]
7 interval: 10s
8 timeout: 5s
9 retries: 5
10 start_period: 30s
Newer Older

Powered by Opengist ⋅ Load: 33ms⋅

日本語
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Copyright © 2019 – 2025 mariushosting - All Rights Reserved.