Add files
This commit is contained in:
parent
73fef6d36c
commit
451d794b9c
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
data/
|
||||||
|
.env
|
||||||
|
|
||||||
|
# doesn't build correctly when a submodule, so it's manually cloned
|
||||||
|
isso/
|
@ -1,3 +1,7 @@
|
|||||||
# isso
|
# isso
|
||||||
|
|
||||||
Docker compose configs for Isso
|
Docker compose configs for Isso
|
||||||
|
|
||||||
|
Isso doesn't want to build as a submodule, but I have it cloned manually.
|
||||||
|
|
||||||
|
See https://github.com/posativ/isso/issues/836 for the current Dockerfile in use.
|
||||||
|
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
isso:
|
||||||
|
build: isso/
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./data/isso/config:/config
|
||||||
|
- ./data/isso/db:/db
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:86:8080
|
Loading…
Reference in New Issue
Block a user