mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-25 23:39:23 +00:00
initial commit
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: pocket-id
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
- 3000:80
|
||||
volumes:
|
||||
- "./data:/app/backend/data"
|
||||
Reference in New Issue
Block a user