Opengist Logo Docker Compose

Explore

  • Všechny gisty
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Vytvořeno pomocí Opengist ⋅ 40ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

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

all:systemctl search all fields

Přihlásit se Registrovat

bertrand

Připojeno 2 years ago

Všechny gisty 2
Nedávno Vytvořeno Nejméně nedávno Vytvořeno Nedávno Aktualizováno Nejméně nedávno Aktualizováno

bertrand / gitlab-ce

Naposledy aktivní 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

Naposledy aktivní 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