auth/docker-compose.ci.service.yml

20 lines
293 B
YAML
Raw Normal View History

2023-02-09 13:20:05 +00:00
version: '3.8'
services:
2023-02-28 09:46:03 +00:00
v3-auth-api:
container_name: v3-auth-api
2023-02-09 13:20:05 +00:00
build:
dockerfile: ci/Dockerfile
context: .
env_file:
- ci/.env.ci
ports:
- 5002:5002
networks:
- v3-network
networks:
v3-network:
name: v3-network
external: true