feat: add docker compose configurations for development and production environments
All checks were successful
On Push to Main / test (push) Successful in 38s
On Push to Main / publish (push) Successful in 1m7s
On Push to Main / deploy-dev (push) Successful in 1m39s

This commit is contained in:
RaymondVerhoef
2026-05-15 15:06:48 +02:00
parent 7234074c21
commit 4b7562749d
2 changed files with 14 additions and 1 deletions

View File

@@ -11,3 +11,16 @@ services:
restart: unless-stopped
networks:
- learning-platform
pocketbase-learning:
image: ghcr.io/muchobien/pocketbase:latest
container_name: pocketbase-learning
restart: unless-stopped
command: ["serve", "--http=0.0.0.0:8090"]
volumes:
- pb_data:/pb/pb_data
networks:
- learning-platform
volumes:
pb_data:

View File

@@ -9,7 +9,7 @@ volumes:
services:
learning-platform:
image: git.labs.respellion.tech/respellion/learning-platform/learning-platform:0.1.0
image: git.labs.respellion.tech/respellion/learning-platform/learning-platform:latest
container_name: learning-platform
restart: unless-stopped
networks: