10 lines
450 B
Markdown
10 lines
450 B
Markdown
This is the Dockerfile and corresponding docker compose file used in the deployment of AstralTech stalwart servers, This is adapted from the Dockerfile found on stalwarts github.
|
|
|
|
Requirements:
|
|
- Docker compose
|
|
- Other Requirements will be added as known
|
|
|
|
Commands
|
|
- docker compose build # builds the docker image and container
|
|
- docker compose up -d
|
|
- docker compose logs # this will show the logs of stalwart if it ran properly |