Rename 'app' service to 'got-app' in docker-compose.yml for clarity and consistency. Remove 'docker info' step from deploy.yml to streamline the deployment workflow.
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 2m55s

This commit is contained in:
Julien Froidefond
2025-12-10 14:15:32 +01:00
parent 65c73688e7
commit 1152389785
2 changed files with 1 additions and 4 deletions

View File

@@ -12,9 +12,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Show docker info
run: docker info
- name: Deploy stack - name: Deploy stack
run: | run: |
docker compose up -d docker compose up -d

View File

@@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
app: got-app:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile