docs/docker-compose.yml
Rainnny7 63afa18397
All checks were successful
Deploy & Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Successful in 3m24s
does this look better?!?!?!?!?
Took 25 minutes
2024-10-10 15:35:26 -04:00

10 lines
240 B
YAML

services:
app:
image: git.rainnny.club/pulseapp/docs:latest
restart: unless-stopped
container_name: docs
ports:
- "8080:80"
volumes:
- ./config.json:/usr/src/app/config.json
- ./docs:/usr/src/app/docs