speeding up seafile start time and enabling ssh passthrough
This commit is contained in:
parent
3daa3fda6a
commit
baa6660731
@ -16,9 +16,9 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# allows ssh pushing via locally stored keys
|
||||
- /home/git/.ssh:/data/git/.ssh
|
||||
# ports:
|
||||
# - "127.0.0.1:2222:22"
|
||||
# - "3000:3000"
|
||||
# need to expose 2222 over local host for ssh agent forwarding
|
||||
ports:
|
||||
- "127.0.0.1:2222:22"
|
||||
depends_on:
|
||||
- postgres-gitea
|
||||
|
||||
|
@ -16,9 +16,9 @@ services:
|
||||
"--mariadbupgrade",
|
||||
"--innodb_initialized",
|
||||
]
|
||||
interval: 20s
|
||||
start_period: 30s
|
||||
timeout: 5s
|
||||
interval: 5s
|
||||
start_period: 5s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
|
||||
memcached:
|
||||
|
Loading…
x
Reference in New Issue
Block a user