WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 1d0c066aeb - Show all commits

View file

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

View file

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