Compare commits

...

3 Commits

Author SHA1 Message Date
833e6f2d3b bump 2021-11-22 01:35:15 +01:00
ce18ee392c removed bucket from docker-compose file 2021-11-04 20:46:05 +01:00
1029430783 database config 2021-11-04 20:29:49 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -9,10 +9,10 @@ services:
- S3_ENDPOINT=s3:9000 - S3_ENDPOINT=s3:9000
- S3_ACCESS_KEY=testo - S3_ACCESS_KEY=testo
- S3_SECRET_KEY=testotesto - S3_SECRET_KEY=testotesto
- S3_BUCKET=dev
- S3_DISABLE_SSL=true - S3_DISABLE_SSL=true
- ADDRESS=:3000 - ADDRESS=:3000
- VERBOSE=false - VERBOSE=false
- DB_CONNECTION=s3Browser:hunter2@/s3Browser
restart: unless-stopped restart: unless-stopped
s3: s3:
container_name: s3 container_name: s3