Skip to content

digital-entropy/dokar-compose-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Deployer

A simple containerized setup for deploying App applications.

Installation

  1. Copy .env.example to .env

    1.1. Pay attention in this certain env

    DOCKER_IMAGE=registry.example.com/app/app
    DOCKER_TAG=experiment
    DOCKER_PORT=8082
    DOCKER_VOLUMES_DRIVER=local
    DOCKER_NETWORKS_DRIVER=bridge
    DOCKER_HOSTNAME=app-from-unknown-server
    

    1.2. Login to registry

    docker login registry.example.com
    
  2. Generate new APP_KEY by running

    ./nge a key:generate --show
    
  3. Run:

    ./nge install
    
  4. (Optional) you may need to restore database, run this command to restore it

    ./nge mysql:import < /path/to/file.sql
    

About

example of using dokar-php image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages