WIP: Switch to NixOS #5
2 changed files with 4 additions and 1 deletions
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]
|
[services.gitea]
|
||||||
container_name = "gitea"
|
container_name = "gitea"
|
||||||
image = "gitea/gitea:1"
|
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"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue