feat: implement Docker-based production deployment pipeline with automated Ansible provisioning, CI/CD workflows, and Caddy server configuration.
This commit is contained in:
13
infra/production/site/compose.yml
Normal file
13
infra/production/site/compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user