NathanielCoxson / pixel-arcade

A web app hosting different browser games.
1 stars 0 forks source link

Figure out how to use docker secrets #74

Open NathanielCoxson opened 10 months ago

NathanielCoxson commented 10 months ago

Research docker secrets so that the docker image can be made public. It is currently kept private because the image requires secrets from the .env file.

Along with this, make sure that the nextauth url environment variable is properly set for production and not development for the production container.

https://docs.docker.com/engine/swarm/secrets/