added comments
This commit is contained in:
@@ -6,10 +6,10 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONTAINER_NAME: mc-neoforge
|
CONTAINER_NAME: mc-neoforge # название контейнера
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stopping:
|
saving:
|
||||||
|
|
||||||
name: Save and backup minecraft world
|
name: Save and backup minecraft world
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -17,9 +17,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/host/c/Users/Leter/backups:/workspace/backups
|
- /mnt/host/c/Users/Leter/backups:/workspace/backups # путь до бэкапов
|
||||||
- /mnt/host/c/Apps/Programs/Docker/mine-mods:/workspace/project
|
- /mnt/host/c/Apps/Programs/Docker/mine-mods:/workspace/project # путь до модов
|
||||||
- /mnt/host/c/Apps/Programs/Docker/minecraft-server/data:/workspace/data
|
- /mnt/host/c/Apps/Programs/Docker/minecraft-server/data:/workspace/data # путь до данных майнкрафт-сервера
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/host/c/Apps/Programs/Docker/mine-mods:/workspace/project
|
- /mnt/host/c/Apps/Programs/Docker/mine-mods:/workspace/project # путь до модов
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
CONFIG_FILE: /config.yaml
|
CONFIG_FILE: /config.yaml
|
||||||
GITEA_INSTANCE_URL: https://gitea.aklivtsov.tech/
|
GITEA_INSTANCE_URL: https://gitea.aklivtsov.tech/
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN: "C67eFmGfmFK5IJgAOGRNXRluDllRQCIu7Ok1Zzhw"
|
GITEA_RUNNER_REGISTRATION_TOKEN: "C67eFmGfmFK5IJgAOGRNXRluDllRQCIu7Ok1Zzhw" # ключ раннера
|
||||||
GITEA_RUNNER_NAME: "standard_runner"
|
GITEA_RUNNER_NAME: "standard_runner"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.yaml:/config.yaml
|
- ./config.yaml:/config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user