commit e882fb5334a21d7bf7d0b3ae75146efd1eded4e2 Author: Atlaskor Date: Sun Nov 30 02:51:44 2025 +0000 Add docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..aabf2ed --- /dev/null +++ b/docker-compose.yml @@ -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