Skip to content

ccnmtl/sunsetpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sunsetpage

This will build the sunset html page with the image assets

Docker build command

If you are building with ARM architecture, include the platform with the command below:

docker build --no-cache --platform linux/amd64 -t ccnmtl/sunset .

Run docker image

docker run -d -p 9998:80 ccnmtl/sunset

Docker Production

Currently, this application is running in our docker servers.

/usr/local/bin/docker-runner is a script file that is located in the salt_state/docker file. This gets synced through salt. /etc/default/sunet contains the environment variable values that the docker-runner detects as the optional commands. We're copy this one manually and it only requires to be copied once to the server. /etc/systemd/system/sunset.service contains the service execution steps

To view logs, run journalctl -u sunset

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published