docker compose file
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 1m16s
Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled

Took 3 minutes
This commit is contained in:
Braydon 2024-10-09 22:48:56 -04:00
parent f525a8af7c
commit eebf233ce9

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
services:
app:
image: git.rainnny.club/pulseapp/docs:latest
restart: unless-stopped
container_name: docs
ports:
- "8080:80"
volumes:
- ./docs:/usr/src/app/docs