pbr-ayct-core/docker-compose.yaml

10 lines
184 B
YAML
Raw Normal View History

2022-01-24 19:22:04 +01:00
version: "3.9"
services:
ayct_core:
build:
context: .
dockerfile: Dockerfile
image: ayct_core:latest
ports:
- "4999:4999"
container_name: ayct_core