mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
update pocketbase to 0.27.2 (#117)
* update pocketbase to 0.27.2 * Update blueprints/pocketbase/docker-compose.yml * Update blueprints/pocketbase/docker-compose.yml * Update blueprints/pocketbase/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
parent
754c85368d
commit
a569182366
@ -1,9 +1,19 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
pocketbase:
|
pocketbase:
|
||||||
image: spectado/pocketbase:0.23.3
|
image: docker.io/bakirg/pocketbase-docker:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8090"
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/dokploy/templates/${HASH}/data:/pb_data
|
- "/etc/dokploy/templates/${HASH}/data:/pb_data"
|
||||||
- /etc/dokploy/templates/${HASH}/public:/pb_public
|
- "/etc/dokploy/templates/${HASH}/migrations:/pb_migrations"
|
||||||
- /etc/dokploy/templates/${HASH}/migrations:/pb_migrations
|
- "/etc/dokploy/templates/${HASH}/hooks:/pb_hooks"
|
||||||
|
- "/etc/dokploy/templates/${HASH}/public:/pb_public"
|
||||||
|
healthcheck:
|
||||||
|
test: wget -q --spider http://localhost:8090/api/health || exit 1
|
||||||
|
interval: 30s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 3
|
||||||
|
start_period: 5s
|
||||||
|
|
||||||
|
@ -7,5 +7,5 @@ mounts = []
|
|||||||
|
|
||||||
[[config.domains]]
|
[[config.domains]]
|
||||||
serviceName = "pocketbase"
|
serviceName = "pocketbase"
|
||||||
port = 80
|
port = 8090
|
||||||
host = "${main_domain}"
|
host = "${main_domain}"
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
"id": "pocketbase",
|
"id": "pocketbase",
|
||||||
"name": "PocketBase",
|
"name": "PocketBase",
|
||||||
"description": "Open Source backend in 1 file",
|
"description": "Open Source backend in 1 file",
|
||||||
"version": "v0.22.4",
|
"version": "v0.27.2",
|
||||||
"logo": "logo.svg",
|
"logo": "logo.svg",
|
||||||
"links": {
|
"links": {
|
||||||
"github": "https://github.com/pocketbase/pocketbase",
|
"github": "https://github.com/pocketbase/pocketbase",
|
||||||
|
Loading…
Reference in New Issue
Block a user