mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 18:28:28 +01:00
Add some stuff, too long to list
This commit is contained in:
4
examples/bibliogram/README.md
Normal file
4
examples/bibliogram/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# References
|
||||
|
||||
- https://hub.docker.com/r/schklom/bibliogram
|
||||
- https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Configuring.md#files
|
||||
3
examples/bibliogram/config.js
Normal file
3
examples/bibliogram/config.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
website_origin: "https://mydomain.net"
|
||||
}
|
||||
10
examples/bibliogram/docker-compose.yml
Normal file
10
examples/bibliogram/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3.4'
|
||||
services:
|
||||
bibliogram:
|
||||
image: schklom/bibliogram
|
||||
container_name: bibliogram
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bibliogram/config.js:/app/config.js:ro
|
||||
ports:
|
||||
- '10407:10407'
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user