Stop tracking development docker-compose.yml
This commit is contained in:
parent
cb7330c83f
commit
9fdcfb61ed
2 changed files with 1 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue