work on xai-corp vm servers
This commit is contained in:
10
dockerfiles/gitea/docker-compose.yml
Normal file
10
dockerfiles/gitea/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '2'
|
||||
services:
|
||||
app:
|
||||
restart: always
|
||||
image: "gitea/gitea:latest"
|
||||
volumes:
|
||||
- /var/lib/gitea:/data
|
||||
ports:
|
||||
- "10022:22"
|
||||
- "10080:3000"
|
||||
Reference in New Issue
Block a user