Skip to content

Commit

Permalink
Merge pull request #3 from NINAnor/main
Browse files Browse the repository at this point in the history
Main --> test
  • Loading branch information
kjegru authored Nov 20, 2024
2 parents f99da2d + 38355d4 commit 0b046f8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# .env.example
# For local development
# REGISTRY=
# IMAGE_TAG=test

# For production
REGISTRY=ghcr.io/ninanor/
IMAGE_TAG=latest

# For test
# REGISTRY=ghcr.io/ninanor/
# IMAGE_TAG=test
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
**/.vscode/
# VS Code settings
.vscode/
**/.vscode/
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
brownbearpopmodel:
image: ${REGISTRY:-}brownbearpopmodel:${IMAGE_TAG:-test}
ports:
- 3840:3838
#restart: unless-stopped
# deploy:
# restart_policy:
# condition: on-failure
# max_attempts: 3
# delay: 60s

0 comments on commit 0b046f8

Please sign in to comment.