Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

f500/default_project_docker_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of a docker setup for local projects

You can use this project to as base for you development projects.

Copy the entire project to your own project dir

Startup docker

Go with the terminal inside your project and run make up, your should be able now to browse to localhost:8040 in your web browser.

##Database

Inside your project you can use the following credentials:
host: database
username: future500
password: future500
database: future500

Outside of the container you can use a client and connect to the container by using the ip: localhost:8041

About

This is an example for your local docker setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published