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

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
D

DATABASES

Recently created Least recently created Recently updated Least recently updated

portabase / Portbase

Last active 2 months ago DATABASES

Portabase Docker Compose

0 0 2
1 services:
2 app:
3 container_name: portabase
4 image: solucetechnologies/portabase:latest
5 ports:
6 - '8887:80'
7 environment:
8 TZ: "Europe/Paris"
9 env_file:
10 - .env