mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
19 lines
909 B
Markdown
19 lines
909 B
Markdown
---
|
|
title: Launch the Autopirate Docker Swarm stack!
|
|
description: We're done. Launch your stack and enjoy watching the various apps interact with each other!
|
|
---
|
|
# Launch Autopirate stack
|
|
|
|
!!! warning
|
|
This is not a complete recipe - it's the conclusion to the [AutoPirate](/recipes/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity.
|
|
|
|
Launch the AutoPirate stack by running ```docker stack deploy autopirate -c <path -to-docker-compose.yml>```
|
|
|
|
Confirm the container status by running "docker stack ps autopirate", and wait for all containers to enter the "Running" state.
|
|
|
|
Log into each of your new tools at its respective HTTPS URL. You'll be prompted to authenticate against your OAuth provider, and upon success, redirected to the tool's UI.
|
|
|
|
[^1]: This is a complex stack. Sing out in the comments if you found a flaw or need a hand :)
|
|
|
|
--8<-- "recipe-footer.md"
|