forked from Theresa/cups-webring
Initial commit
This commit is contained in:
commit
91ff76ac29
16 changed files with 913 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
resty:
|
||||
image: rest-alpine-fat:2
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./lapis:/lapis
|
||||
command: sh -c "cd /lapis && lapis server"
|
||||
#environment:
|
||||
#LAPIS_ENVIRONMENT: "production"
|
||||
Loading…
Add table
Add a link
Reference in a new issue