Skip to content

Sample configuration file to run Gozy inside a Docker container

Notifications You must be signed in to change notification settings

alexisvannier/gozy-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP

Sample Dockerfile to build an image embedding a Gozy server.

Usage

  • build image: docker build -t gozy .
  • start a container: docker run --rm -it -p 127.0.0.1:8080:8080 -p 127.0.0.1:5984:5984 -p 127.0.0.1:1443:1443 --name "gozy" gozy
  • start a shell inside a running container: docker exec -ti gozy /bin/bash

Using the default parameters, you should be able to connect to the server on https://cozy.tools:1443 (the certificate is self signed, so so you should manually allow your browser to connect).

About

Sample configuration file to run Gozy inside a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%