Update lxc1/p2-apps/forgejo.yml
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
2ca070b62a
commit
608f96055c
1 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue