user/docker-compose.ci.service.yml

20 lines
293 B
YAML

version: '3.8'
services:
v3-user-api:
container_name: v3-user-api
build:
dockerfile: ci/Dockerfile
context: .
env_file:
- ci/.env.ci
ports:
- 5001:5001
networks:
- v3-network
networks:
v3-network:
name: v3-network
external: true