Skip to content

docker-compose.yaml files for simple global configuration localhost.

Notifications You must be signed in to change notification settings

anggerari/docker-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

Before you use this make sure you have docker installed on your devices.

Installation

Mac & Windows

Install Docker CE for Mac and Windows (http://docker.com)

Ubuntu

To install Docker CE follow the instructions given here:

https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/

Install docker-compose

sudo apt install docker-compose

Running docker-compose file

First copy the local.env.example and changes the env file

cp local.env.example local.env

then run the script using bash

bash run-docker.sh

Stopping docker-compose

docker-compose down

fyi just simple docker-compose.yaml configuration for localhost so feel free to contribute 👋

About

docker-compose.yaml files for simple global configuration localhost.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages