mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 06:52:37 +00:00
13 lines
159 B
YAML
13 lines
159 B
YAML
web:
|
|
build: .
|
|
links:
|
|
- mysql
|
|
ports:
|
|
- "3000:3000"
|
|
|
|
mysql:
|
|
image: mysql
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=gogs
|
|
- MYSQL_DATABASE=gogs
|