pbr-ayct-core/docker-compose.yaml

11 lines
204 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"
2022-01-25 13:01:39 +01:00
container_name: ayct_core
restart: always