atlas/README.md
Benjamin Palko 2548c96988 init
2025-04-01 21:01:22 -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
```