Gitlab - Argos ALM by PALO IT

add docker-compose with all services are required

parent 67b8d704
version: "3.8"
services:
redis:
image: 'redis:latest'
ports:
- '6379:6379'
environment:
REDIS_PASSWORD: pa55word
postgres:
image: 'postgres:latest'
environment:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment