v1.0.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
botupdateserver:
|
||||
image: slfhstd.uk/slfhstd/botupdateserver:latest
|
||||
container_name: botupdateserver
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./versions/versions.json:/app/versions.json
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- FLASK_ENV=production
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"TestPostsBot": {
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"changelog_url": "https://slfhstd.uk/slfhstd/TestPostsBot/releases"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user