BattleBit-Community-Server-API/docker-compose.yml

16 lines
363 B
YAML
Raw Normal View History

2023-08-11 07:56:04 -04:00
version: "3.8"
# In the docker compose file, we define some services (containers) to run.
# This will be geared towards production.
services:
battlebit-community-api:
image: bb-cummunity-server-api:latest
build:
# Specify how to build the image above.
context: .
target: build
restart: always
ports:
- "29294:29294"