mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 01:21:18 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user