mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
Create compose.yml
This commit is contained in:
15
docker-compose-files/hoyocheckin/compose.yml
Normal file
15
docker-compose-files/hoyocheckin/compose.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
hoyolab_bot:
|
||||||
|
container_name: hoyolab_bot
|
||||||
|
image: driftywinds/hoyocheckin:latest
|
||||||
|
# build:
|
||||||
|
# context: .
|
||||||
|
# dockerfile: Dockerfile
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
volumes:
|
||||||
|
- ./app:/usr/src/app
|
||||||
|
- /usr/src/app/node_modules
|
||||||
|
- ./data:/app/data
|
||||||
|
command: sh -c "npm install && npm run build && node dist/bot.js"
|
||||||
Reference in New Issue
Block a user