uf-bob/dev/docker/stacks/production/docker-compose.yml

12 lines
260 B
YAML
Raw Normal View History

2024-03-08 20:19:17 +00:00
version: '3'
services:
uf-bob:
image: dev.cat-enby.club/Ulmer-Furs/uf-bob:0.1
restart: allways
environment:
- ADMIN_EMAIL=test@example.com
- ADMIN_PASS=password
volumes:
- /PATH/TO/STORAGE:/pb_data
ports:
- 3000:80