Sets docker-compose to build image

This commit is contained in:
Ben 2025-02-10 12:24:39 +01:00
parent 199f2043df
commit e10a7e305f
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -1,6 +1,8 @@
services:
crawler1:
build: crawler.Dockerfile
build:
context: ..
dockerfile: ./docker/crawler.Dockerfile
environment:
- CRAWLER_LOGLEVEL=TRACE
# - CRAWLER_PUBLICIP= Set to override CURL to ip.codex.storage