Commit Graph

9 Commits

Author SHA1 Message Date
WithoutPants ec2a8d0dc6 Add Raspberry Pi binary to builds (#189)
* Add Raspberry Pi binary to builds

* Attempt to add arm cross compile to dockerfile

* WIP fix for OSX crosscompiler

* WIP docker build debug

* Fix errors building docker image
2019-11-15 17:29:45 -05:00
Leopere d4f383a005
Merge pull request #129 from joyov/patch-1
Install ca-certificates in Docker container
2019-10-07 20:00:00 -04:00
joyov 0787ead25e
Install ca-certificates in Docker container 2019-10-07 17:46:32 +00:00
ExceptionalError 8cc2766244
fix docker tag
fix docker tag so it works with dockerhub (fixes #111)
2019-08-29 18:10:39 +02:00
Leopere 30a2a2cf00
Fix #61
Fixes #61 added ca-certificates and updated them.
2019-06-10 18:03:02 -04:00
Leopere 69917999ef Updated port EXPOSE 2019-05-09 14:52:52 -07:00
Leopere e8515f0daf
Docker installation instructions. 2019-04-28 13:47:47 -04:00
Leopere 83ee83c2fa Dockerfile for production. (#44)
* Stealing good ideas from DockSTARTer

* Pushing an example WIP

* Actually ran and debugged container and it works now.
TODO: We need configurability for this to be more useful.

* Prepped docker-compose for if we get these envvars coded in.

* Removed unnecessary start.sh

* Removed env.example

* Fixed internal directory to conform more.

Resovles https://github.com/stashapp/stash/pull/44#issuecomment-485060195

* Logging options need quotes.

* I decided to use architecture tags since go-releaser can do multiple architectures.

* Compose version version: '3.4'

* No relative pathing on container side of volume
2019-04-24 10:10:26 -07:00
Stash Dev 1a2c53a710 CI Improvements
Added a custom docker compiler image which includes the packr2 dependency
2019-03-05 13:14:00 -08:00