Initial commit

This commit is contained in:
Marko Korhonen 2023-04-08 13:52:03 +03:00
commit 6be7c81137
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
19 changed files with 655 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[services.forgejo]
image = "git.korhonen.cc/functionalhacker/forgejo-asciidoc"
container_name = "forgejo"
environment = ["TZ=Europe/Helsinki", "USER_UID=1000", "USER_GID=1000"]
restart = "unless-stopped"
networks = ["postgres", "proxy"]
ports = ["22:22"]
volumes = ["/docker/forgejo:/data", "/etc/localtime:/etc/localtime:ro"]
[networks.postgres]
external = true
[networks.proxy]
external = true