Add a laconic-faucet stack #7
@ -1,3 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
start-faucet:
|
start-faucet:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
image: cerc/laconic-faucet:local
|
||||||
|
environment:
|
||||||
|
${CERC_SCRIPT_DEBUG}
|
||||||
|
volumes:
|
||||||
|
- ../config/laconic-faucet/start-server.sh:/start-server.sh
|
||||||
|
ports:
|
||||||
|
- "3000"
|
||||||
|
entrypoint: "bash"
|
||||||
|
command: "/start-server.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user