atlas/README.md
Benjamin Palko d13d6e275a init
2025-04-01 19:22:04 -04:00

17 lines
No EOL
225 B
Markdown

# Atlas
This repository contains the deployment definitions for the full Pantheon suite of services.
## Setup
Login to docker:
```bash
docker login git.palko.ca
```
Start docker compose:
```bash
docker compose up -d
```