Rainnny7
63afa18397
All checks were successful
Deploy & Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Successful in 3m24s
Took 25 minutes
10 lines
240 B
YAML
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 |