Opengist Logo Docker Compose

Explore

  • Tutti i gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Creato da Opengist ⋅ 38ms

user:thomas utente che ha creato il gist

title:mygist titolo del gist

description:sync gists with given description

filename:myfile.txt nome di file nel gist

extension:yml estensione del file nel gist

language:go linguaggio del file nel gist

topic:homelab Gist con l'argomento dato

all:systemctl search all fields

Entra Registrati

bertrand

Unito 2 years ago

Tutti i gists 2
Più recente creazione Meno recente creazione Più recente aggiornamento Meno recente aggiornamento

bertrand / gitlab-ce

Ultima volta attivo 3 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

Ultima volta attivo 3 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