Skip to content

rredpoppy/asistentul_cetateanului_docker_dev_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asistentul Cetateanului

Docker Development environment

Initial build

To set up the Postgres user password, at first run you need to rename settings.env.dist to settings.env, then

./compose.sh up

How to use?

Create and start all docker containers (configured in docker-compose.yml)

./compose.sh up

Create and start a single docker container (configured in docker-compose.yml)

./compose.sh up <containername>

Show the logs of a container.

./compose.sh logs <containername>

Stop, delete, pull, build or list all containers

./compose.sh stop
./compose.sh rm
./compose.sh pull
./compose.sh build
./compose.sh ps

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages