diff --git a/.gitignore b/.gitignore index 6baef1c..19ba454 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Application specific database/database.json public/additional +/docker-compose.yml # Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 5703f19..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: "3" - -services: - status-page: - restart: unless-stopped - image: "status-page" - environment: - ADDITIONAL_STYLES: "example" - volumes: - - ./database:/home/bun/app/database:ro - ports: - - "7000:7000" \ No newline at end of file