diff --git a/docker-compose.d/Gitea/gitea-stack.yml b/docker-compose.d/Gitea/gitea-stack.yml new file mode 100644 index 0000000..48406c0 --- /dev/null +++ b/docker-compose.d/Gitea/gitea-stack.yml @@ -0,0 +1,25 @@ +services: + gitea: + image: gitea/gitea:latest + environment: + - GITEA__service__DISABLE_REGISTRATION=true + - USER_UID=1000 + - USER_GID=1000 + restart: always + volumes: + - gitea:/data + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro + #ports: + #- "3030:3000" + networks: + - caddy + +networks: + caddy: + name: caddy + external: true + +volumes: + gitea: + name: gitea diff --git a/docker-compose.yml b/docker-compose.yml index 7919acc..19eb6ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -282,22 +282,22 @@ services: networks: - caddy - gitea: - image: gitea/gitea:latest - container_name: gitea - environment: - - GITEA__service__DISABLE_REGISTRATION=true - - USER_UID=1000 - - USER_GID=1000 - restart: always - volumes: - - gitea:/data - - /etc/timezone:/etc/timezone:ro - - /etc/localtime:/etc/localtime:ro - ports: - - "3030:3000" - networks: - - caddy + #gitea: + # image: gitea/gitea:latest + # container_name: gitea + # environment: + # - GITEA__service__DISABLE_REGISTRATION=true + # - USER_UID=1000 + # - USER_GID=1000 + # restart: always + # volumes: + # - gitea:/data + # - /etc/timezone:/etc/timezone:ro + # - /etc/localtime:/etc/localtime:ro + # ports: + # - "3030:3000" + # networks: + # - caddy jellyfin: image: lscr.io/linuxserver/jellyfin:latest @@ -370,8 +370,8 @@ volumes: external: true jellyfin: name: jellyfin - gitea: - name: gitea + #gitea: + #name: gitea technitium: name: technitium external: true