Make default docker compose file single container #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
docker-compose.ymlfile contains 2 containers for the application and a Postgres container. By default this should just be the application container and the deployment will use a shard database hosted elsewhere.Put the current file in the documentation as an example.
That's done. But I think the docker compose file in the repository should be an example and the actual
docker-compose.ymlfile added to.gitignore