docker deps

This commit is contained in:
2023-09-09 14:08:41 +02:00
parent 3188cd28da
commit e309f5b511

View File

@@ -7,11 +7,13 @@ services:
volumes: volumes:
- ./web:/usr/share/nginx/html - ./web:/usr/share/nginx/html
ports: ports:
- "9000:80" - "8080:80"
mc: mc:
image: itzg/minecraft-server image: itzg/minecraft-server
tty: true tty: true
stdin_open: true stdin_open: true
depends_on:
- web
ports: ports:
- "25565:25565" - "25565:25565"
restart: unless-stopped restart: unless-stopped
@@ -19,7 +21,7 @@ services:
environment: environment:
OVERRIDE_SERVER_PROPERTIES: "TRUE" OVERRIDE_SERVER_PROPERTIES: "TRUE"
EULA: "TRUE" EULA: "TRUE"
PACKWIZ_URL: http://patatapack.oier.ovh:9000/pack.toml PACKWIZ_URL: http://patatapack.oier.ovh:8080/pack.toml
TYPE: FORGE TYPE: FORGE
VERSION: 1.20.1 VERSION: 1.20.1
FORGE_VERSION: 47.1.47 FORGE_VERSION: 47.1.47