Compare commits

..

No commits in common. "8e0ae31fb6ce7a64b8c0667d4e1d78e814a4ed7e" and "cc77f5fc12d3244adb91928e4c4f9c40f89246bb" have entirely different histories.

2 changed files with 11 additions and 4 deletions

View File

@ -2,11 +2,15 @@ version: '3.4'
services:
muse:
container_name: muse
image: ghcr.io/museofficial/muse:latest
image: codetheweb/muse:latest
restart: unless-stopped
volumes:
- /docker/appdata/muse/data:/data
env_file:
- ../stack.env
environment:
- REGISTER_COMMANDS_ON_BOT=true
- REGISTER_COMMANDS_ON_BOT=true
networks:
default:
name: "ubuntu-server"
external: true

View File

@ -2,7 +2,6 @@ version: '3'
services:
server:
container_name: tes3mp
restart: unless-stopped
image: "tes3mp/server:0.8.1"
environment:
- TES3MP_SERVER_HOSTNAME="Isaac's Server"
@ -12,4 +11,8 @@ services:
volumes:
- "/docker/appdata/tes3mp/data:/server/data"
ports:
- "25575:25575/udp"
- "25575:25575/udp"
networks:
default:
name: "ubuntu-server"
external: true