Skip to content

Commit

Permalink
Update compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
massone99 authored Feb 19, 2024
1 parent 2276477 commit e58df26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ services:
restart: always
ports:
- "8080:80"
depends_on:
- user-db
- spring-db-app
- intersection-agents

user-db:
image: "fpirazzoli/sap_spe_db:latest"
Expand Down Expand Up @@ -52,4 +56,4 @@ services:
#container-name:
# ecc.. ecc... (cambia a seconda delle necessità ma questi 3 sono quasi sempre obbligatori).

#Eseguire il comando "docker compose up" e fa tutto lui.
#Eseguire il comando "docker compose up" e fa tutto lui.

0 comments on commit e58df26

Please sign in to comment.