Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 强力驱动 ⋅ 21ms

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

description:sync gists with given description

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

all:systemctl search all fields

登录 注册

fsaysset

加入于 2 years ago

所有 Gists 1
最近 创建 最早 创建 最近 更新 最早 更新

fsaysset / vikunja

最后活跃于 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: