Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 37ms

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

Login Register

bertrand

Joined 2 years ago

All gists 2
Recently created Least recently created Recently updated Least recently updated

bertrand / gitlab-ce

Last active 2 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

Last active 2 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