diff --git a/.gitignore b/.gitignore index 29b5833..820b171 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ .idea .ddev config.json - config.prod.json config.test.json config.dev.json \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..3b7cb60 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +version: "2" + +services: + ls25bot: + build: + context: . + dockerfile: Dockerfile + container_name: ls25bot + restart: always + volumes: + - ./config.json:/app/config.json \ No newline at end of file