Update lxc1/p2-apps/forgejo.yml
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin_jk 2026-03-19 13:20:05 +00:00
parent 2ca070b62a
commit 608f96055c

View file

@ -1,6 +1,7 @@
services: services:
redis: redis:
image: hub.mapletree.email/docker-hub/library/redis:alpine #image: hub.mapletree.email/docker-hub/library/redis:alpine
image: alpine:latest
restart: always restart: always
networks: networks:
- fj_internal # MUST match the network your Forgejo container is on - fj_internal # MUST match the network your Forgejo container is on
@ -10,7 +11,8 @@ services:
timeout: 5s timeout: 5s
retries: 5 retries: 5
forgejo: forgejo:
image: hub.mapletree.email/codeberg/forgejo/forgejo:9.0 #image: hub.mapletree.email/codeberg/forgejo/forgejo:9.0
image: codeberg.org/forgejo/forgejo:9
container_name: fj-node${FJ_NODE_ID} container_name: fj-node${FJ_NODE_ID}
restart: always restart: always
environment: environment: