ssh-bot/docker-compose.yml
Ari Archer 4379d52230
init
Signed-off-by: Ari Archer <ari@ari.lt>
2024-04-29 23:01:45 +03:00

8 lines
128 B
YAML

version: "3"
services:
ssh-bot:
build: .
volumes:
- .:/usr/src/app
environment:
- NODE_ENV=production