Use gitea-asciidoc image

This commit is contained in:
Marko Korhonen 2022-06-09 20:17:56 +03:00
parent b7afca77a3
commit 1d0c066aeb
2 changed files with 1 additions and 4 deletions

View file

@ -1,3 +0,0 @@
FROM gitea/gitea:1
RUN apk --no-cache add asciidoctor

View file

@ -1,8 +1,8 @@
[services]
[services.gitea]
image = "functionalhacker/gitea-asciidoc"
container_name = "gitea"
build = "."
environment = ["TZ=Europe/Helsinki", "USER_UID=1000", "USER_GID=1000"]
restart = "unless-stopped"
networks = ["postgres", "proxy"]