https://github.com/pratikpc/docker-common-configs
Comonly used Configuration FIles by me
https://github.com/pratikpc/docker-common-configs
alpine docker docker-scripts eclipse-mosquitto mongodb postgres
Last synced: about 2 months ago
JSON representation
Comonly used Configuration FIles by me
- Host: GitHub
- URL: https://github.com/pratikpc/docker-common-configs
- Owner: pratikpc
- Created: 2019-09-18T20:54:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T01:59:40.000Z (about 5 years ago)
- Last Synced: 2025-02-12T00:38:49.977Z (3 months ago)
- Topics: alpine, docker, docker-scripts, eclipse-mosquitto, mongodb, postgres
- Language: Batchfile
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Common Configs
Comonly used Configuration Files by me
These configuration files are designed such that instead of installing standalone versions of software
You could just run the configuration.
This is especially good for Windows & Linux users as removing files and data has now become much easierEven though I have used Batch Format, the Method is cross-platform enough that it would be compatible with Linux OS
## CURRENT IMPLEMENTATIONS
1. [Postgres:Alpine](https://hub.docker.com/_/postgres "Postgres:Alpine")Default Password & Username set to _**postgres**_. Can be changed in Batch File
2. [Eclipse Mosquitto:latest](https://hub.docker.com/_/eclipse-mosquitto "Eclipse Mosquitto:latest")Used for MQTT Protocol
3. [MongoDB](https://hub.docker.com/_/mongo)Default Username & Password set to _**mongo**_. Can be changed in Batch File