Add gitea

This commit is contained in:
Khue Doan 2020-06-22 14:22:13 +07:00
parent e187e56ab8
commit d0e5686208
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,13 @@ version: '3'
services:
homepage:
container_name: "khuedoan_homepage"
build: ./homepage/
ports:
- "8000:8000"
git:
container_name: "khuedoan_git"
build: ./git/
ports:
- "3000:3000"
- "22:22"

1
git/Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM gitea/gitea:1.12.1