Opengist Logo Docker Compose

Explore

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

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

登錄 註冊

bertrand

加入 2 years ago

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

bertrand / gitlab-ce

最後活躍 4 months ago

Code and Jobs management

0 0 1
1 version: '3.7'
2
3 services:
4 gitlab:
5 image: gitlab/gitlab-ce:latest
6 container_name: gitlab
7 restart: always
8 hostname: '<your reverse address without https://>'
9 environment:
10 GITLAB_OMNIBUS_CONFIG: |

bertrand / portainer-backup

最後活躍 4 months ago

Backup your portainer config and associated stack files

1 0 1
1 version: "3.9"
2 services:
3 backup:
4 container_name: portainer-backup
5 image: savagesoftware/portainer-backup:latest
6 environment:
7 TZ: Europe/Paris
8 PUID: 1028
9 PGID: 100
10 PORTAINER_BACKUP_URL: "http://<IP FOR THE NAS>:9000" # To be replaced by the IP of your NAS