Add docker-compose.yml
This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
theisle:
|
||||||
|
image: ghcr.io/auhrus/theisleevrima:latest
|
||||||
|
container_name: theisle-evrima
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- steambranch=evrima # Evrima branch :contentReference[oaicite:2]{index=2}
|
||||||
|
- updateonstart=true # Check for updates every start
|
||||||
|
- additionalcommands= # You can add extra launch args later if needed
|
||||||
|
ports:
|
||||||
|
- "7777:7777/udp" # Game port
|
||||||
|
- "7777:7777/tcp"
|
||||||
|
- "10000:10000/tcp" # Queue port if you ever enable bQueueEnabled
|
||||||
|
volumes:
|
||||||
|
# This is where the server files and configs live inside the container
|
||||||
|
- ./theisle-data:/home/steam/Steam/steamapps/common/The Isle Dedicated Server
|
||||||
Reference in New Issue
Block a user