Giter Site home page Giter Site logo

dockerized-fika's Introduction

FIKA (Docker)

A modified version of bullet's SIT.Docker.

When the server has been initialized, it'll generate an /opt/server/version file with the version that was last installed.

Build Arguments:

Argument Description Default
NODE_VERSION The version of NodeJS to install. 20.11.1
SPT_BRANCH The version of SPT to install. 3.8.3
FIKA_SERVER_BRANCH The version of FIKA to install. v2.1.1
TARKOV_UID The UID of the Tarkov user & group. 421

Environment Variables:

Variable Description Default
START_TIMEOUT The time to wait for the server to initialize on first run. 40s
HEADLESS Whether to boot the server immediately after first-time setup. false
FORCE Whether to force the server to update (i.e. to re-initialize or update). false
HOST_IP The IP address of the host machine. Fetches value from ipv4.icanhazip.com.

Building & Running:

With raw Docker:

docker build --no-cache --label FIKA -t fika .
docker run --pull=never -v [server files]:/opt/server --net=host -it --name fika fika
docker start fika
docker update --restart unless-stopped fika

With Docker Compose (the docker-compose.yml file is just for demonstration, adjust it to your needs):

docker compose build
docker compose up -d

dockerized-fika's People

Contributors

k2rlxyz avatar samuelms avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.