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

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

fsaysset

Unito 2 years ago

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

fsaysset / vikunja

Ultima volta attivo 3 months ago

vikunja (to-do app) Docker compose

0 0 1
1 services:
2 db:
3 image: mariadb:10
4 command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
5 environment:
6 MYSQL_ROOT_PASSWORD: supersecret
7 MYSQL_USER: vikunja
8 MYSQL_PASSWORD: secret
9 MYSQL_DATABASE: vikunja
10 volumes: