Skip to content

cuweb/docker-nginx-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Carleton NextJS Server

Local

  • Add the certificate nginx/certs/localhost.crt to your keychain, and edit it to Always Trust. Guide here.
  • docker-compose -f docker-compose-local.yml up
  • https://localhost

Server

Find Stack Name

Using docker service ls the stack name is the text that appears before the underscore in the service list. E.G. If the name of a service is test_nextjs the stack name is test

Stop Stack

docker stack rm <stack name>

Start Stack

docker stack deploy -c docker-compose.yml <stack-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors