Compare commits
No commits in common. "364484d8fd177a596cf9a3b7b35801293f2305cf" and "6c78d87ec9df8cdd50d2d277b3a92df90c0c21f1" have entirely different histories.
364484d8fd
...
6c78d87ec9
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
# 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
|
||||||
|
@ -10,7 +11,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:8
|
image: codeberg.org/forgejo/forgejo:7
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
command: >-
|
command: >-
|
||||||
bash -c '
|
bash -c '
|
||||||
|
@ -29,8 +30,7 @@ services:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:3000
|
- 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,6 +71,7 @@ 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