Update docker compose configuration

This commit is contained in:
AngrySoundTech
2024-05-09 18:20:00 -04:00
parent 007dae84dd
commit 9a2172f27f
3 changed files with 11 additions and 4 deletions

View File

@@ -8,8 +8,12 @@ This monorepo will eventually contain all civ projects and development
### Containers
A docker compose stack is provided to help test containers built from
this repo. To start the stack, run the following command:
`docker compose up --build`. Please note that this stack is NOT suitable for production use.
this repo. To start the stack, run the following commands:
1. `gradle :ansible:build`
2. `docker compose up`
Please note that this stack is NOT suitable for production use.
Container data (world, logs, etc.) are mounted at [./containers/data](./containers/data).