Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juusechec/docker-centos-symfony-postgis

Container for symfony app with postgis database
https://github.com/juusechec/docker-centos-symfony-postgis

apache centos7 composer containers docker php7 postgis postgres symfony varnish

Last synced: about 1 month ago
JSON representation

Container for symfony app with postgis database

Awesome Lists containing this project

README

        

# docker-centos-symfony-postgis

## Used software
- POSTGRES 9.5 + POSTGIS 2.95
- Apache
- PHP 71
- Composer
- Symfony command
- Varnish

## Construct and upload
```
$ docker build -t juusechec/centos-symfony-postgis:latest . -f Dockerfile
$ # docker --no-cache build -t juusechec/centos-symfony-postgis:latest . -f Dockerfile # for no cache
$ docker login
$ docker push juusechec/centos-symfony-postgis:latest
```

## Init
```
docker-compose up
# get command shell
docker-compose exec app bash
```

## Projects that use this container
- Sigma4C https://github.com/juusechec/sigma4c/blob/master/docker-compose.yml