Compare commits
No commits in common. "b509a852f12e52eeaed57e687a5cb9248cf472d4" and "8ca82251220db2e6b61f36c200ed312c387ba237" have entirely different histories.
b509a852f1
...
8ca8225122
@ -1,12 +1,11 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
import os
|
import os
|
||||||
from run_command import run_command
|
from run_command import run_command
|
||||||
from get_path import get_path
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
docker_compose_file = os.getenv(
|
docker_compose_file = os.getenv(
|
||||||
"DOCKER_COMPOSE_FILE", f"{get_path()}/app/docker-compose.yaml"
|
"DOCKER_COMPOSE_FILE", "$WEBSCRAPER/app/docker-compose.yaml"
|
||||||
)
|
)
|
||||||
service_name = os.getenv("SERVICE_NAME", "webscraper")
|
service_name = os.getenv("SERVICE_NAME", "webscraper")
|
||||||
script_name = os.getenv("SCRIPT_NAME", "main.py")
|
script_name = os.getenv("SCRIPT_NAME", "main.py")
|
||||||
|
Loading…
Reference in New Issue
Block a user