1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-05 20:38:25 +00:00

Adding a project-level Dockerfile & docker-compose script

This commit is contained in:
Joshua Delsman
2015-03-10 07:06:10 -07:00
parent 5e763baa12
commit 406efbf3f5
2 changed files with 29 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
web:
build: .
links:
- mysql
ports:
- "3000:3000"
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=gogs
- MYSQL_DATABASE=gogs