Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 提供支持 ⋅ 25ms

user:thomas 由使用者建立的 Gists

title:mygist Gists 的標題

description:sync gists with given description

filename:myfile.txt Gists 的檔案名稱

extension:yml Gists 的副檔名

language:go Gists 的程式語言

topic:homelab gists with given topic

all:systemctl search all fields

登錄 註冊

portabase

加入 6 months ago

所有 Gists 1
倒序排序 創建 順序排序 創建 倒序排序 更新 順序排序 更新

portabase / Portbase

最後活躍 3 months ago DATABASES

Portabase Docker Compose

0 0 2
1 services:
2 app:
3 container_name: portabase
4 image: solucetechnologies/portabase:latest
5 ports:
6 - '8887:80'
7 environment:
8 TZ: "Europe/Paris"
9 env_file:
10 - .env