Add example docker-compose
Some checks are pending
continuous-integration/drone/push Build is passing
Some checks are pending
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
43adaf56b9
commit
625e893c16
@ -1,3 +1,10 @@
|
|||||||
# deadbeef.codes-publicfileserver
|
# deadbeef.codes-publicfileserver
|
||||||
|
|
||||||
Serves files to the public, static content host, etc.
|
Serves files to the public, static content host from /data/public
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git clone https://deadbeef.codes/steven/deadbeef.codes-publicfileserver.git
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
version: '3.7'
|
||||||
|
|
||||||
|
services:
|
||||||
|
publicfileserver:
|
||||||
|
image: registry.deadbeef.codes/deadbeef.codes-publicfileserver:latest
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- /data/public:/public
|
Loading…
Reference in New Issue
Block a user