static
This commit is contained in:
@@ -6,9 +6,9 @@ services:
|
|||||||
- ./web:/usr/share/nginx/html
|
- ./web:/usr/share/nginx/html
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
networks:
|
# networks:
|
||||||
mechanicalnet:
|
# mechanicalnet:
|
||||||
ipv4_address: 172.72.0.20
|
# ipv4_address: 172.72.0.20
|
||||||
mc:
|
mc:
|
||||||
image: ghcr.io/itzg/minecraft-server:java21-graalvm
|
image: ghcr.io/itzg/minecraft-server:java21-graalvm
|
||||||
tty: true
|
tty: true
|
||||||
@@ -38,9 +38,9 @@ services:
|
|||||||
ICON: http://mechanical.oier.ovh/pack/icon.png
|
ICON: http://mechanical.oier.ovh/pack/icon.png
|
||||||
JVM_OPTS: -Dminecraft.api.env=custom -Dminecraft.api.auth.host=https://auth.oier.ovh -Dminecraft.api.account.host=https://auth.oier.ovh/user -Dminecraft.api.session.host=https://auth.oier.ovh/api/yggdrasil -Dminecraft.api.services.host=https://auth.oier.ovh/api/yggdrasil
|
JVM_OPTS: -Dminecraft.api.env=custom -Dminecraft.api.auth.host=https://auth.oier.ovh -Dminecraft.api.account.host=https://auth.oier.ovh/user -Dminecraft.api.session.host=https://auth.oier.ovh/api/yggdrasil -Dminecraft.api.services.host=https://auth.oier.ovh/api/yggdrasil
|
||||||
|
|
||||||
networks:
|
# networks:
|
||||||
mechanicalnet:
|
# mechanicalnet:
|
||||||
ipv4_address: 172.72.0.21
|
# ipv4_address: 172.72.0.21
|
||||||
volumes:
|
volumes:
|
||||||
- ../data/mechanical-neoforge:/data
|
- ../data/mechanical-neoforge:/data
|
||||||
#- ./simple-discord-bot.toml:/data/config/simple-discord-bot.toml
|
#- ./simple-discord-bot.toml:/data/config/simple-discord-bot.toml
|
||||||
@@ -73,8 +73,8 @@ services:
|
|||||||
- /var/run:/var/run:rw
|
- /var/run:/var/run:rw
|
||||||
- /sys:/sys:ro
|
- /sys:/sys:ro
|
||||||
- /var/lib/docker/:/var/lib/docker:ro
|
- /var/lib/docker/:/var/lib/docker:ro
|
||||||
networks:
|
# networks:
|
||||||
- mechanicalnet
|
# - mechanicalnet
|
||||||
# prometheus:
|
# prometheus:
|
||||||
# image: prom/prometheus
|
# image: prom/prometheus
|
||||||
# ports:
|
# ports:
|
||||||
@@ -109,7 +109,7 @@ volumes:
|
|||||||
prometheus-tsdb: {}
|
prometheus-tsdb: {}
|
||||||
grafana-lib: {}
|
grafana-lib: {}
|
||||||
networks:
|
networks:
|
||||||
mechanicalnet:
|
default:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user