Compare commits
2 commits
6c78d87ec9
...
364484d8fd
Author | SHA1 | Date | |
---|---|---|---|
364484d8fd | |||
4f0773f9ec |
2 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Copyright 2023 The Forgejo Authors.
|
# Copyright 2023 The Forgejo Authors.
|
||||||
|
# Copyright 2024 Awiteb <a@4rs.nl>.
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
docker-in-docker:
|
docker-in-docker:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
|
@ -11,7 +10,7 @@ services:
|
||||||
command: [ "dockerd", "-H", "tcp://0.0.0.0:2375", "--tls=false" ]
|
command: [ "dockerd", "-H", "tcp://0.0.0.0:2375", "--tls=false" ]
|
||||||
|
|
||||||
forgejo:
|
forgejo:
|
||||||
image: codeberg.org/forgejo/forgejo:7
|
image: codeberg.org/forgejo/forgejo:8
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
command: >-
|
command: >-
|
||||||
bash -c '
|
bash -c '
|
||||||
|
@ -30,7 +29,8 @@ services:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- 8080:3000
|
- 127.0.0.1:8080:3000
|
||||||
|
- 0.0.0.0:22:22
|
||||||
|
|
||||||
runner-register:
|
runner-register:
|
||||||
image: code.forgejo.org/forgejo/runner:3.3.0
|
image: code.forgejo.org/forgejo/runner:3.3.0
|
||||||
|
|
|
@ -71,7 +71,6 @@ DOMAIN = 0.0.0.0
|
||||||
HTTP_PORT = 3000
|
HTTP_PORT = 3000
|
||||||
; CHANGE_ME (Your full instance URL)
|
; CHANGE_ME (Your full instance URL)
|
||||||
ROOT_URL = https://example.com
|
ROOT_URL = https://example.com
|
||||||
DISABLE_SSH = true
|
|
||||||
OFFLINE_MODE = false
|
OFFLINE_MODE = false
|
||||||
; CHANGE_ME (Your username)
|
; CHANGE_ME (Your username)
|
||||||
LANDING_PAGE = /awiteb
|
LANDING_PAGE = /awiteb
|
||||||
|
|
Loading…
Reference in a new issue