Skip to content

Commit

Permalink
fix(docker): use pre-built image for docker compose
Browse files Browse the repository at this point in the history
Closes #148
  • Loading branch information
EverythingSuckz committed Jul 31, 2024
1 parent 569a53d commit 5be7268
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ version: "3.9"

services:
fsb:
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/everythingsuckz/fsb
container_name: fsb
restart: always
volumes:
- ./logs:/app/logs
env_file:
- fsb.env
- ./fsb.env:/app/fsb.env
ports:
- "${PORT:-8038}:${PORT:-8038}"

0 comments on commit 5be7268

Please sign in to comment.