Skip to content

gdbarton/WWXS-Backend

 
 

Repository files navigation

WWXS-Backend

Deployment:

Make sure to create a /db directory on the server. This is the stateful storage where the Postgres database will live.

To bring up the stack, run:

docker-compose up -d

To redeploy the stack after making changes, run:

docker-compose up -d --force-recreate

Make sure not to commit any secrets added to the docker-compose.yml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • DIGITAL Command Language 5.8%
  • HTML 1.3%
  • CSS 0.5%