dockercompose

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c9ca6316652f98c947b315d0b38bc7d2b6aadb76
parent 0d634411b5ab8f74b50d3a210e86a640e507352b
Author: andrew <andrew@brgr.localdomain>
Date:   Mon, 16 Feb 2026 00:22:17 -0600

Remove gitea

Diffstat:
Mdocker-compose.yml | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml @@ -17,6 +17,19 @@ services: - /home/shared/blog/posts/site:/usr/share/nginx/html restart: unless-stopped +# gitea: +# image: docker.gitea.com/gitea:1.25.4 +# container_name: gitea +# environment: +# - USER_UID=1000 +# - USER_GID=1000 +# restart: always +# volumes: +# - ../gitea:/data +# ports: +# - "3000:3000" +# - "222:22" + git-server: image: nginx:latest container_name: git-server