mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-09 19:27:31 -03:00
16 lines
No EOL
363 B
YAML
16 lines
No EOL
363 B
YAML
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" |