mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-16 21:27:44 +00:00
Add asciidoc renderer to gitea
This commit is contained in:
parent
8a99809c0a
commit
e849d8d7cc
3
docker/gitea/Dockerfile
Normal file
3
docker/gitea/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM gitea/gitea:1
|
||||
|
||||
RUN apk --no-cache add asciidoctor
|
@ -2,7 +2,7 @@
|
||||
|
||||
[services.gitea]
|
||||
container_name = "gitea"
|
||||
image = "gitea/gitea:1"
|
||||
build = "."
|
||||
environment = ["TZ=Europe/Helsinki", "USER_UID=1000", "USER_GID=1000"]
|
||||
restart = "unless-stopped"
|
||||
networks = ["postgres", "proxy"]
|
||||
|
Loading…
Reference in New Issue
Block a user