Skip to content
Snippets Groups Projects
Commit 540ae6b4 authored by Alessio Argentati's avatar Alessio Argentati
Browse files

Docker-Compose

parent 9155e605
No related branches found
No related tags found
No related merge requests found
version: "3.8"
services:
database:
image: git-registry.gibb.ch/aar140339/modul347/database
ports:
- 44000:3306
container_name: database
backend:
depends_on:
database:
condition: service_started
image: git-registry.gibb.ch/aar140339/modul347/backend
ports:
- 40002:8080
container_name: backend
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment