Some checks are pending
Build and Deploy Docker Image / build-and-push (push) Waiting to run
22 lines
No EOL
387 B
YAML
22 lines
No EOL
387 B
YAML
name: open-signature-generator
|
|
|
|
services:
|
|
osg:
|
|
image: https://code.karsttech.com/jeremy/open-signature-generator:latest
|
|
|
|
environment:
|
|
DOCKER: "true"
|
|
HOSTPREFIX: "osg.jkdev.org"
|
|
PYTHONUNBUFFERED: "1"
|
|
|
|
ports:
|
|
- "8312:8080"
|
|
|
|
volumes:
|
|
- sqlite-database:/data
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
volumes:
|
|
sqlite-database: |