This is the extension for docker-flansible
You need set up an flansible folder which contains two subfolders
You can see an example in the docker-flansible vol_example folder here
You can just use docker-compose up -d here, or use the command below:
start reids
docker run -d --name=redis -v YOUR_REDIS_FOLDER:/data redis:alpine redis-server --appendonly yes
start celery
docker run -d --name=celery -v YOUR_ANSIBLE_FOLDER:/data playniuniu/flansible /env/bin/celery worker -A flansible.celery --loglevel=info
start flansible
docker run -d --name=flansible -p 8000:8000 -v YOUR_ANSIBLE_FOLDER:/data playniuniu/flansible
start flower
docker run -d --network=picc --name=flower -p 5555:5555 playniuniu/flower
start piccbackend
docker run -d --network=picc --name=piccbackend -p 4000:4000 -v YOUR_ANSIBLE_FOLDER:/data playniuniu/piccbackend
start piccfront
docker run -d --network=picc --name=piccfront -p 8080:80 playniuniu/piccfront
for Common Visit http://127.0.0.1:8080
for Flansible Please refer flansible usage here
Content type
Image
Digest
Size
24.2 MB
Last updated
almost 10 years ago
docker pull playniuniu/piccbackend