https://github.com/k-foss/core-publicservices1
vm.public-serices.site1.kristinejones.dev Docker Swarm Stack
https://github.com/k-foss/core-publicservices1
Last synced: 2 months ago
JSON representation
vm.public-serices.site1.kristinejones.dev Docker Swarm Stack
- Host: GitHub
- URL: https://github.com/k-foss/core-publicservices1
- Owner: K-FOSS
- Created: 2020-08-05T15:09:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T21:21:53.000Z (over 4 years ago)
- Last Synced: 2025-02-09T23:12:43.674Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-FOSS/KJDev-PublicServices1 Swarm Stack
## Usage
There are 3 VMs each with 4 CPUs 24GB RAM 20GB
```
./bin/prepare.sh
``````
./bin/deploy.sh
```On each Swarm node install the S3 to Docker volume plugin
```
docker plugin install rexray/s3fs S3FS_OPTIONS="allow_other,use_path_request_style,nonempty,url=http://localhost:8080" S3FS_ENDPOINT="http://localhost:8080" S3FS_ACCESSKEY="BLAH" S3FS_SECRETKEY="BLAHBLAH"
```