build jars and compose the docker image tweaks

This commit is contained in:
bryce
2024-11-16 01:41:36 +13:00
parent e31b5c4a63
commit 2a639ee9e1
18 changed files with 8 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
version: '0.1'
services:
bricklog_server:
container_name: BrickLog_Server
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080" # Expose the application on port 8080
extra_hosts:
- "host.docker.internal:host-gateway" # Enables access to the host's MariaDB instance