diff --git a/.github/workflows/service-test.yml b/.github/workflows/service-test.yml index a77729c..c5261f9 100644 --- a/.github/workflows/service-test.yml +++ b/.github/workflows/service-test.yml @@ -52,7 +52,6 @@ jobs: - name: Build and Test Service run: | - docker compose build docker compose up -d START_TIME=$(date +%s) diff --git a/Dockerfile b/Containerfile similarity index 79% rename from Dockerfile rename to Containerfile index aa8a5b7..2694d77 100644 --- a/Dockerfile +++ b/Containerfile @@ -15,6 +15,5 @@ RUN ["chmod", "+x", "./src/main.sh"] CMD ["./src/main.sh", "--dev"] -# docker compose build -# docker compose up -# docker system prune +# podman compose up +# podman system prune diff --git a/docker-compose.yml b/compose.yml similarity index 74% rename from docker-compose.yml rename to compose.yml index d913bbd..25f226b 100644 --- a/docker-compose.yml +++ b/compose.yml @@ -7,5 +7,8 @@ services: - FEEDBACK_CHANNEL_ID - MONGO_URL - REPO_URL + dns: + - 8.8.8.8 + - 1.1.1.1 ports: - - "8000:8000" + - 8000:8000