fix: update default Docker Compose file path in start.py
Some checks are pending
Docker Image CI / build (push) Waiting to run
Some checks are pending
Docker Image CI / build (push) Waiting to run
This commit is contained in:
parent
d303dd4204
commit
f5e56fa6e0
@ -15,7 +15,7 @@ def run_command(command: str) -> str:
|
||||
|
||||
|
||||
def main():
|
||||
docker_compose_file = os.getenv("DOCKER_COMPOSE_FILE", "../app/docker-compose.yaml")
|
||||
docker_compose_file = os.getenv("DOCKER_COMPOSE_FILE", "./app/docker-compose.yaml")
|
||||
service_name = os.getenv("SERVICE_NAME", "webscraper")
|
||||
script_name = os.getenv("SCRIPT_NAME", "main.py")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user