feat: modularize deployment by adding environment-specific compose configurations and standardizing pocketbase data paths
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
image: ghcr.io/muchobien/pocketbase:latest
|
||||
container_name: pocketbase-learning
|
||||
restart: unless-stopped
|
||||
command: ["serve", "--http=0.0.0.0:8090"]
|
||||
command: ["serve", "--http=0.0.0.0:8090", "--dir=/pb/pb_data"]
|
||||
volumes:
|
||||
- pb_data:/pb/pb_data
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user