add Simple Mode for internal organizational use
This commit is contained in:
6
.github/workflows/build-and-publish.yml
vendored
6
.github/workflows/build-and-publish.yml
vendored
@@ -52,9 +52,9 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
SIMPLE_MODE=${{ matrix.mode.simple_mode }}
|
SIMPLE_MODE=${{ matrix.mode.simple_mode }}
|
||||||
tags: |
|
tags: |
|
||||||
altruisticisopod/bentopdf${{ matrix.mode.suffix }}:latest
|
bentopdf/bentopdf${{ matrix.mode.suffix }}:latest
|
||||||
altruisticisopod/bentopdf${{ matrix.mode.suffix }}:${{ steps.version.outputs.version_without_v }}
|
bentopdf/bentopdf${{ matrix.mode.suffix }}:${{ steps.version.outputs.version_without_v }}
|
||||||
altruisticisopod/bentopdf${{ matrix.mode.suffix }}:${{ steps.version.outputs.version }}
|
bentopdf/bentopdf${{ matrix.mode.suffix }}:${{ steps.version.outputs.version }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ When Simple Mode is working correctly, you should see:
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
bentopdf:
|
bentopdf:
|
||||||
image: bentopdf/bentopdf:latest
|
image: bentopdf/bentopdf-simple:latest
|
||||||
container_name: bentopdf
|
container_name: bentopdf
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ services:
|
|||||||
bentopdf:
|
bentopdf:
|
||||||
# default mode
|
# default mode
|
||||||
# simple mode - bentopdf-simple:latest
|
# simple mode - bentopdf-simple:latest
|
||||||
image: bentopdf/bentopdf:latest
|
image: bentopdf/bentopdf-simple:latest
|
||||||
container_name: bentopdf
|
container_name: bentopdf
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user