Renamed all docker-compose files to podman-compose

Just because I can
This commit is contained in:
Marko Korhonen 2023-04-08 16:32:14 +03:00
parent d546922e1e
commit a55c7b1f99
19 changed files with 18 additions and 2 deletions

View file

@ -1,14 +0,0 @@
[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