mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: unit test, push packages with ci/cd
This commit is contained in:
parent
e97aa2c6c3
commit
0300f7fef0
6 changed files with 165 additions and 5 deletions
|
|
@ -1,6 +1,8 @@
|
|||
services:
|
||||
app:
|
||||
build: .
|
||||
# Built and pushed by .github/workflows/ci.yml on every push to main.
|
||||
# Watchtower on the server picks up new digests on this tag automatically.
|
||||
image: ${APP_IMAGE:-ghcr.io/nfonteyne/octane-website:latest}
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue