add dockerfile

This commit is contained in:
Hongbo Wu
2023-05-25 16:14:40 +08:00
parent 8a89a47c16
commit 992a78e173
8 changed files with 159 additions and 178 deletions

View File

@ -98,6 +98,7 @@ jobs:
PG_DB: omnivore_test
PG_POOL_MAX: 10
ELASTIC_URL: http://localhost:${{ job.services.elastic.ports[9200] }}/
REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}
build-docker-images:
name: Build docker images
runs-on: ubuntu-latest