PocketBase template fails to deploy on Dokploy (domain not linking) #140

Closed
opened 2025-11-22 20:31:05 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @ShardulVanage on GitHub (Oct 27, 2025).

Template Name

Pocketbase

Relevant Logs of the Error

Image Image Image

`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

SOFTWARE_VERSION_TAG=latest
EMAIL=tobin30@hotmail.com
ADMIN_PASSWORD=6ld8ujxd199tax6empkuipausnzdrlg3

When does this error occur?

During template deployment

Additional Context

No response

Will you send a PR to fix it?

Maybe, need help

Originally created by @ShardulVanage on GitHub (Oct 27, 2025). ### Template Name Pocketbase ### Relevant Logs of the Error <img width="1140" height="379" alt="Image" src="https://github.com/user-attachments/assets/c2e3334d-3001-44cd-8629-afc125e98014" /> <img width="994" height="1131" alt="Image" src="https://github.com/user-attachments/assets/e9f3a589-4e68-49d1-bdaa-ecb7057960ac" /> <img width="992" height="250" alt="Image" src="https://github.com/user-attachments/assets/64eff689-9bac-4b56-89d6-04ff0b5e1a3d" /> `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 ```bash SOFTWARE_VERSION_TAG=latest EMAIL=tobin30@hotmail.com ADMIN_PASSWORD=6ld8ujxd199tax6empkuipausnzdrlg3 ``` ### When does this error occur? During template deployment ### Additional Context _No response_ ### Will you send a PR to fix it? Maybe, need help
GiteaMirror added the bug label 2025-11-22 20:31:05 -06:00
Author
Owner

@Harikrishnan1367709 commented on GitHub (Oct 28, 2025):

Image

@ShardulVanage

when deployment success,after some time
please access the domain like this
http://trainingdk-pocketbase-f44219-82-25-108-71.traefik.me/_/

@Harikrishnan1367709 commented on GitHub (Oct 28, 2025): <img width="1710" height="1107" alt="Image" src="https://github.com/user-attachments/assets/3fa837c7-d374-4c52-822c-489520a2de22" /> @ShardulVanage when deployment success,after some time please access the domain like this http://trainingdk-pocketbase-f44219-82-25-108-71.traefik.me/_/
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#140