Sign inSign up

ypereirareis/capifony

By ypereirareis

Updated about 10 years ago

Docker image to run Capifony and deploy your applications

Image
0

1.3K

ypereirareis/capifony repository overview

Docker Capifony

Docker image to run Capifony and deploy your applications

Compose


capifony:
  #build: .
  image: ypereirareis/capifony:1.0
  environment:
      SSH_AUTH_SOCK: ${SSH_AUTH_SOCK}
  volumes:
      - ./:/home/capifony/project
      - ${SSH_AUTH_SOCK}:${SSH_AUTH_SOCK}
      - ~/.ssh/id_rsa:/home/capifony/.ssh/id_rsa
      - ~/.ssh/known_hosts:/home/capifony/.ssh/known_hosts

Tag summary

Content type

Image

Digest

Size

283.3 MB

Last updated

about 10 years ago

docker pull ypereirareis/capifony