ownpass / api-server

The OwnPass server application.
https://ownpass.io
7 stars 3 forks source link

Setup docker-compose #15

Closed jaapio closed 7 years ago

jaapio commented 7 years ago

Description

This adds a basic setup for docker usage during development. The environment contains:

The composer container uses gosu to switch to composer user. The composer user's id is changed to the mounted volume owner. This way you are able to modify the files on your host system.

Files in data-folder of the project are mounted to a docker volume and not accessable directly via the host system.

waltertamboer commented 7 years ago

I'm not able to get things running, might be my lack of docker knowledge?

I'm on a system running Fedora.

waltertamboer commented 7 years ago

Merged, I will fix missing configuration.