Skip to content

whatwewant/spug-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://hub.docker.com/repository/docker/whatwewant/spug

Getting Started

  • Solution 1: Automatically Startup
    • Run ./start.sh
  • Solution 2: Manual Startup (RECOMMEND)
    • Step 1
      • Copy .env.example to .env, then update environments
    • Step 2
      • Run docker-compose up -d
    • Step 3
      • Run docker-compose exec spug create_admin admin spug.dev

Admin user

  • admin / spug.dev

Version Histories

  • v2.3.17

FAQ

  • How to build fast
    • Use Docker Image instead of building in docker-compose.yml
  • How to connect exist existing mysql/redis ?
    • Just update your .env
  • Can i use sqlite3 as database ? and where is the database file ?
    • Of course. just remove DB_ENGINE=sqlite3, the database file path is: /spug/spug_api/db.sqlite3

License

MIT