Fix mounts
This commit is contained in:
parent
fd4ebfdbdc
commit
42e4220b5f
@ -4,28 +4,11 @@ vars:
|
|||||||
domain: "git.autonomic.zone"
|
domain: "git.autonomic.zone"
|
||||||
ssh_listen_port: "2222"
|
ssh_listen_port: "2222"
|
||||||
|
|
||||||
# TODO(decentral1se): fix handling
|
volumes:
|
||||||
# volumes:
|
- /var/lib/gitea:/data
|
||||||
# - type: directory
|
- /var/lib/gitea/git/.ssh:/data/git/.ssh
|
||||||
# src: /var/lib/gitea
|
- /etc/timezone:/etc/timezone:ro
|
||||||
# dest: /data
|
- /etc/localtime:/etc/localtime:ro
|
||||||
# owner: git
|
|
||||||
# group: git
|
|
||||||
|
|
||||||
# - type: directory
|
|
||||||
# create: false
|
|
||||||
# src: /var/lib/gitea/.ssh
|
|
||||||
# dest: /data/git/.ssh
|
|
||||||
|
|
||||||
# - type: file
|
|
||||||
# create: false
|
|
||||||
# src: /etc/timezone
|
|
||||||
# dest: /etc/timezone
|
|
||||||
|
|
||||||
# - type: link
|
|
||||||
# create: false
|
|
||||||
# src: /etc/localtime
|
|
||||||
# dest: /etc/localtime
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
- type: "mariadb"
|
- type: "mariadb"
|
||||||
|
Reference in New Issue
Block a user