Skip to content

This repository automatically builds a new docker image for cstate for every new release that is made on the repository.

License

Notifications You must be signed in to change notification settings

AethiQs-Felix/cstate_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cstate_docker

This repository builds and automates Docker images for cState, a popular status page system. The images are built from the upstream cState project, and both the cState license and the MIT license (for this automation) apply.

How to Run the Docker Image

You can run the cState Docker image with the following command:

docker run -d --name cstate --restart unless-stopped -p 8080:80 -v $(pwd)/app_data:/app ghcr.io/aethiqs-felix/cstate:latest

Then visit http://localhost:8080 in your browser.

This command is equivalent to the following docker-compose service:

cstate:
    image: ghcr.io/aethiqs-felix/cstate:latest
    container_name: cstate
    restart: unless-stopped
    ports:
        - "8080:80"
    volumes:
        - ./app_data:/app

License

This repository is licensed under the MIT License. The upstream cState project is licensed under its own terms; see the cState repository for details. Both licenses are applicable when using the Docker images built by this automation.

About

This repository automatically builds a new docker image for cstate for every new release that is made on the repository.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •