feat: add docker compose configurations for development and production environments
This commit is contained in:
@@ -11,3 +11,16 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- learning-platform
|
- 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:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
learning-platform:
|
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
|
container_name: learning-platform
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user