mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-10-27 07:16:20 +01:00
Update Minecraft service
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -25,7 +25,7 @@
|
||||
PROJECT_DIRECTORY := infrastructure
|
||||
CONFIG_DIRECTORY := presets
|
||||
|
||||
CONFIGS := torrent
|
||||
CONFIGS := minecraft
|
||||
#DOCKER_PROFILES :=
|
||||
|
||||
include DockerCompose.mk
|
||||
|
||||
@@ -266,6 +266,8 @@ You can change the homepage config in these files:
|
||||
|
||||
### Forgejo
|
||||
|
||||
For Forgejo installation, you must change the password(s) and user in [forgejo_db.env](infrastructure/services/forgejo/env/forgejo_db.env) file and [forgejo.env](infrastructure/services/forgejo/env/forgejo.env) file.
|
||||
|
||||
Once the installation is complete, you need to set the installation lock:
|
||||
|
||||
```sh
|
||||
@@ -367,6 +369,7 @@ ssh -p 2222 admin@bensuperpc.org
|
||||
- [Fix docker volume](https://pratikpc.medium.com/use-docker-compose-named-volumes-as-non-root-within-your-containers-1911eb30f731)
|
||||
- [Forgejo-runner](https://code.forgejo.org/forgejo/runner)
|
||||
- [Forgejo-runner](https://huijzer.xyz/posts/55)
|
||||
- [Forgejo](https://nickcunningh.am/blog/how-to-setup-and-configure-forgejo-with-support-for-forgejo-actions-and-more)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Submodule infrastructure/services/minecraft-server updated: 03016cb87e...eb36841abf
@@ -1 +1,2 @@
|
||||
DOCKER_PROFILES += 7daystodie_server 7daystodie_backup
|
||||
DOCKER_PROFILES += openssh
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
DOCKER_PROFILES += minecraft_server minecraft_backup
|
||||
DOCKER_PROFILES += openssh
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DOCKER_PROFILES += main_infrastructure caddy homepage
|
||||
DOCKER_PROFILES += it-tools omni-tools cyberchef
|
||||
DOCKER_PROFILES += qbittorrent
|
||||
DOCKER_PROFILES += qbittorrent openssh
|
||||
|
||||
@@ -42,8 +42,7 @@ volumes=(
|
||||
psitransfer_data
|
||||
jellyfin_config
|
||||
picoshare_data
|
||||
forgejo_data
|
||||
forgejo_config
|
||||
forgejo_data
|
||||
forgejo_db
|
||||
forgejo_certs
|
||||
forgejo_runner
|
||||
|
||||
Reference in New Issue
Block a user