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

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

fsaysset

Připojeno 2 years ago

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

fsaysset / vikunja

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