mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
PocketBase template fails to deploy on Dokploy (domain not linking) #140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShardulVanage on GitHub (Oct 27, 2025).
Template Name
Pocketbase
Relevant Logs of the Error
`version: "3.8"
services:
pocketbase:
image: elestio/pocketbase:${SOFTWARE_VERSION_TAG}
restart: always
user: "0:0"
expose:
- 8090
volumes:
- pocketbase-data:/pb_data
environment:
- EMAIL=${EMAIL}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8090/_/"]
interval: 30s
timeout: 10s
retries: 3
volumes:
pocketbase-data: {}
`
Steps to Reproduce the Error
deploy the template and assign real domain to it not treafik ones
Environment Information
When does this error occur?
During template deployment
Additional Context
No response
Will you send a PR to fix it?
Maybe, need help
@Harikrishnan1367709 commented on GitHub (Oct 28, 2025):
@ShardulVanage
when deployment success,after some time
please access the domain like this
http://trainingdk-pocketbase-f44219-82-25-108-71.traefik.me/_/