- Data only container for Postgres db & CKAN FileStore - Nginx container (still based on official container, but copies the config for portability) UPDATED: - Postgres Dockerfile to allow custom PGDATA directory & initiate it if it's not there or is empty - fig.ml to reflect the latest changes (datapusher, nginx, data container)
3 lines
55 B
Docker
3 lines
55 B
Docker
FROM nginx:1.7.6
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|