New approach to Gogs Docker Container
- VOLUME for ‘/data’ - Usage of S6 as PID 1 Process - Usage of ‘socat’ so linked container (like databases) are binded to localhost - OpenSSH, Socat Link and Gogs are supervised using S6 - Size of container reduced to ~75Mo
This commit is contained in:
parent
e0a099ec11
commit
e63e0b3105
8 changed files with 115 additions and 90 deletions
|
@ -1,7 +1,7 @@
|
|||
.git/*
|
||||
conf/*
|
||||
packager/*
|
||||
scripts/*
|
||||
.git
|
||||
conf
|
||||
packager
|
||||
scripts
|
||||
*.yml
|
||||
*.md
|
||||
.bra.toml
|
||||
|
@ -9,4 +9,4 @@ scripts/*
|
|||
.gitignore
|
||||
.gopmfile
|
||||
config.codekit
|
||||
LICENSE
|
||||
LICENSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue