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 ⋅ 39ms

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

gladiator

Joined 3 years ago

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

Berry / WireGuard with UI

Last active 2 months ago

WireGuard with UI

2 0 1
1 version: "3"
2
3 services:
4 wireguard:
5 image: lscr.io/linuxserver/wireguard:latest
6 container_name: wireguard
7 cap_add:
8 - NET_ADMIN
9 - SYS_MODULE
10 environment:

Moncho / Composerize

Last active 2 months ago

Say goodbye to sprawling docker commands and say hello to $ docker-compose up :)

4 0 1
1 version: "3.3"
2
3 services:
4
5 composerize:
6 image: alcapone1933/composerize
7 container_name: composerize
8 restart: unless-stopped
9 ports:
10 - "10000:80"