mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 21:29:29 +01:00
8 lines
150 B
Text
8 lines
150 B
Text
|
db:
|
||
|
image: mysql:latest
|
||
|
environment:
|
||
|
MYSQL_ROOT_PASSWORD: rootpass
|
||
|
MYSQL_DATABASE: gogs
|
||
|
MYSQL_USER: gogs
|
||
|
MYSQL_PASSWORD: password
|