mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-10 17:00:30 +01:00
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
ARG SECRET_KEY
|
|
ARG JWT_SECRET
|
|
ARG INTERNAL_TOKEN
|
|
|
|
PKG forgejo
|
|
CP usr /
|
|
RENDER /usr/local/etc/forgejo/conf/app.ini
|
|
CMD chown -R git:git /usr/local/etc/forgejo
|
|
SYSRC forgejo_enable=YES
|
|
CMD export FORGEJO_CUSTOM=/usr/local/etc/forgejo
|
|
SERVICE forgejo start
|