pbr-ayct-core/docker-compose.yaml
2022-01-25 13:01:39 +01:00

11 lines
204 B
YAML

version: "3.9"
services:
ayct_core:
build:
context: .
dockerfile: Dockerfile
image: ayct_core:latest
ports:
- "4999:4999"
container_name: ayct_core
restart: always