Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juusechec/docker-centos-symfony-postgis
- Owner: juusechec
- Created: 2018-04-15T21:10:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T01:15:31.000Z (about 6 years ago)
- Last Synced: 2024-11-09T16:30:49.668Z (3 months ago)
- Topics: apache, centos7, composer, containers, docker, php7, postgis, postgres, symfony, varnish
- Language: Shell
- Homepage: https://hub.docker.com/r/juusechec/centos-symfony-postgis/
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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