-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The docker-compose.yml file should configure a stack which contains the app, an NginX reverse proxy and a PostgreSQL server.
The database needs to be kept on a volume mounted from the host system's disk.
Ideally, the NginX reverse proxy should be configured for HTTPS and read its key and certificate from a mount on the host system. This may require another Dockerfile and possibly a build script to build Docker images and create a self-signed key pair by default.
The docker-compose.yml should be suitable for the docker stack command rather than docker-compose.
Metadata
Metadata
Assignees
Labels
No labels