Files
learning-platform/infra/production/site/compose.yml
RaymondVerhoef e783c5f1e7
Some checks failed
On Push to Main / test (push) Has been cancelled
On Push to Main / publish (push) Has been cancelled
On Push to Main / deploy-dev (push) Has been cancelled
feat: implement Docker-based production deployment pipeline with automated Ansible provisioning, CI/CD workflows, and Caddy server configuration.
2026-05-14 10:21:42 +02:00

14 lines
291 B
YAML

version: "3"
networks:
learning-platform:
external: true
services:
learning-platform:
image: git.labs.respellion.tech/respellion/learning-platform/learning-platform:0.1.0
container_name: learning-platform
restart: unless-stopped
networks:
- learning-platform