diff --git a/infra/development/site/compose.yml b/infra/development/site/compose.yml index e17ddf4..c9fb450 100644 --- a/infra/development/site/compose.yml +++ b/infra/development/site/compose.yml @@ -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: diff --git a/infra/production/site/compose.yml b/infra/production/site/compose.yml index 9482afd..d52e642 100644 --- a/infra/production/site/compose.yml +++ b/infra/production/site/compose.yml @@ -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: