add pocketbase

This commit is contained in:
2023-01-16 09:52:51 +08:00
parent c90d4b05f8
commit c73a4a8b6a

View File

@@ -0,0 +1,18 @@
version: '3.7'
services:
pocketbase:
image: augustodelg/pocketbase:latest
restart: unless-stopped
ports:
- 8090:8090
volumes:
- ./data:/pb_data
networks:
nginx:
aliases:
- pocketbase
networks:
nginx:
external: true