This repository has been archived on 2024-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
podman-compose/forgejo/podman-compose.toml
2023-04-08 16:32:14 +03:00

14 lines
397 B
TOML

[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 = ["~/data/forgejo:/data", "/etc/localtime:/etc/localtime:ro"]
[networks.postgres]
external = true
[networks.proxy]
external = true