Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 强力驱动 ⋅ 24ms

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

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