Update
This commit is contained in:
parent
2c00c5ae22
commit
451e4c4cc4
@ -22,7 +22,7 @@ jobs:
|
|||||||
platforms: all
|
platforms: all
|
||||||
|
|
||||||
#
|
#
|
||||||
- name: Check the presence
|
- name: Check the presence file docker-compose.yml
|
||||||
run: |
|
run: |
|
||||||
if [ ! -f "docker-compose.yml" ]; then
|
if [ ! -f "docker-compose.yml" ]; then
|
||||||
echo "Error : file docker-compose.yml is missing."
|
echo "Error : file docker-compose.yml is missing."
|
||||||
@ -55,10 +55,15 @@ jobs:
|
|||||||
# id: buildx
|
# id: buildx
|
||||||
uses: docker/setup-buildx-action@v3.6.1
|
uses: docker/setup-buildx-action@v3.6.1
|
||||||
|
|
||||||
- name: Create necessary Docker networks
|
#
|
||||||
|
- name: Building images
|
||||||
run: |
|
run: |
|
||||||
docker network create back_network || true
|
docker-compose build
|
||||||
docker network create traefik_front_network || true
|
|
||||||
|
# - name: Create necessary Docker networks
|
||||||
|
# run: |
|
||||||
|
# docker network create back_network || true
|
||||||
|
# docker network create traefik_front_network || true
|
||||||
|
|
||||||
- name: Start up services using Docker Compose
|
- name: Start up services using Docker Compose
|
||||||
run: docker compose up -d
|
run: docker compose up -d
|
||||||
@ -67,9 +72,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "127.0.0.1 docuseal.tips-of-mine.com" | sudo tee -a /etc/hosts
|
echo "127.0.0.1 docuseal.tips-of-mine.com" | sudo tee -a /etc/hosts
|
||||||
|
|
||||||
- name: Wait
|
- name: Waiting for services to be ready
|
||||||
run: |
|
run: |
|
||||||
# Attendre que les services soient prêts (adapter selon vos besoins)
|
|
||||||
sleep 30
|
sleep 30
|
||||||
|
|
||||||
- name: Print Docker Compose services status
|
- name: Print Docker Compose services status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user