You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthew Raymer
b8b47caf55
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
Dockerfile | 1 year ago | |
README.md | 1 year ago | |
app.py | 1 year ago | |
b64.py | 1 year ago | |
build.sh | 1 year ago | |
init_db.py | 1 year ago | |
models.py | 1 year ago | |
requirements.txt | 1 year ago | |
webpush.py | 1 year ago |
README.md
py-push-server
Docker Compose Setup
version: '3.1'
services:
endorser-push-server:
container_name: 'endorser-push-server'
image: endorser-push-server:1.0
build:
context: ./py-push-server
volumes:
- /docker-volumes/pwa-push-server/data:/app/instance/data
restart: always
networks:
- phoenix-network
networks:
phoenix-network:
external: true
ON first run you need to:
docker network create phoenix-network