Updated to only shulker container
Some checks failed
Build and Push Shulker Image / build (push) Failing after 4s
Some checks failed
Build and Push Shulker Image / build (push) Failing after 4s
This commit is contained in:
@@ -2,20 +2,22 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
shulker:
|
||||
image: gitea.taginu.com/marc/tfmc-website:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/shulker/Dockerfile
|
||||
container_name: shulker
|
||||
restart: unless-stopped
|
||||
user: "root"
|
||||
# Configure everything inline here; no .env file required
|
||||
environment:
|
||||
# Discord configuration (fill these)
|
||||
DISCORD_TOKEN: "MTA3MTEwMzcwMDAyMzY0ODMyMA.GIlFkn.o10LKcpjlaLDvVsgF_WKZhz5ykPYf1KEds_g3I"
|
||||
DISCORD_CHANNEL_ID: "1247178901004877916"
|
||||
# Discord configuration (fill these with your own values)
|
||||
DISCORD_TOKEN: "YOUR_DISCORD_BOT_TOKEN_HERE"
|
||||
DISCORD_CHANNEL_ID: "YOUR_DISCORD_CHANNEL_ID_HERE"
|
||||
# If set, webhook mode is used; leave empty to use the bot account
|
||||
WEBHOOK_URL: "https://discord.com/api/webhooks/1423056957434101850/QOQgLa1Y3TkH2JPOJuLXvh4IO8YXo-hMUVeOErZ4Hcz27uticHY09x9Z1cm-AksDeJ7Z"
|
||||
WEBHOOK_URL: ""
|
||||
|
||||
# Display name/avatar for server-origin messages (webhook mode)
|
||||
SERVER_NAME: "TFMC"
|
||||
SERVER_NAME: "Minecraft Server"
|
||||
SERVER_IMAGE: ""
|
||||
|
||||
# Message formatting and logging
|
||||
@@ -31,19 +33,10 @@ services:
|
||||
- type: tmpfs
|
||||
target: /data
|
||||
# Map your host/server Minecraft logs into the container
|
||||
# Update the path on the left side to point to your Minecraft server's log directory
|
||||
- ./data/logs:/minecraft/logs:ro
|
||||
# No port exposure needed in local log tail mode
|
||||
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
volumes:
|
||||
# attach the relative directory 'data' to the container's /data path
|
||||
- ./data:/data
|
||||
# Port 8000 is only needed if you want to use webhook mode for remote log streaming
|
||||
# ports:
|
||||
# - "8000:8000"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user