initial Commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/data
|
||||
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
app:
|
||||
image: gotify/server
|
||||
container_name: gotify
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 0.0.0.0:8082:80
|
||||
environment:
|
||||
- TZ='America/Detroit'
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
Reference in New Issue
Block a user