Add backups for gitea
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
services:
|
||||
|
||||
server:
|
||||
gitea_web_app:
|
||||
image: gitea/gitea:1.22.6
|
||||
restart: unless-stopped
|
||||
container_name: gitea_web_app
|
||||
@ -10,6 +10,7 @@ services:
|
||||
- "GITEA__server__SSH_PORT=2222"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./backups:/backups
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user