aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/container/docker-compose.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/container/docker-compose.yaml b/ci/container/docker-compose.yaml
index 4262db6..65eebdc 100644
--- a/ci/container/docker-compose.yaml
+++ b/ci/container/docker-compose.yaml
@@ -5,6 +5,9 @@ version: '3.6'
services:
simple-bookmark:
+ build: #builds in the current directory
+ context: .
+
image: vnuge/simple-bookmark
container_name: simple-bookmark
restart: unless-stopped
@@ -19,7 +22,7 @@ services:
environment:
MAX_BOOKMARKS: "5000"
REG_TOKEN_DURATION_MIN: "360" #6 hours
- MAX_CONTENT_LENGTH: 5120000 #5MB max upload size
+ MAX_CONTENT_LENGTH: "5120000" #5MB max upload size
MAX_LOGIN_ATTEMPS: "10" #max login attempts before user account is locked out
#SQL Config