Refactor gitea app: deploy with ansible
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
WEB_SERVER_PORT=9494
|
||||
USER_UID=1000
|
||||
USER_GID=1000
|
1
app/gitea/.gitignore
vendored
1
app/gitea/.gitignore
vendored
@ -1 +0,0 @@
|
||||
data/
|
@ -1,16 +0,0 @@
|
||||
services:
|
||||
|
||||
server:
|
||||
image: gitea/gitea:1.23.1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- "USER_UID=${USER_UID}"
|
||||
- "USER_GID=${USER_GID}"
|
||||
- "GITEA__server__SSH_PORT=2222"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "${WEB_SERVER_PORT}:3000"
|
||||
- "2222:22"
|
Reference in New Issue
Block a user