mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 22:34:41 +07:00
Add gitea
This commit is contained in:
parent
e187e56ab8
commit
d0e5686208
@ -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
1
git/Dockerfile
Normal file
@ -0,0 +1 @@
|
||||
FROM gitea/gitea:1.12.1
|
Loading…
Reference in New Issue
Block a user