Merge branch 'MrOkiDoki:main' into main

This commit is contained in:
caesarakalaeii 2023-08-12 14:16:29 +02:00 committed by GitHub
commit 59f2cfabc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -1,16 +1,15 @@
version: "3.8"
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
image: bb-community-server-api:latest
build:
# Specify how to build the image above.
context: .
target: build
restart: always
ports:
- "29294:29294"
- "29294:29294"