Skip to content

Create Docker image build GitHub action#151

Merged
wukko merged 4 commits into
imputnet:currentfrom
dumbmoron:create-docker-github-action
Aug 31, 2023
Merged

Create Docker image build GitHub action#151
wukko merged 4 commits into
imputnet:currentfrom
dumbmoron:create-docker-github-action

Conversation

@dumbmoron
Copy link
Copy Markdown
Member

should hopefully make it easier for people to just run cobalt with one composefile and nothing else

dumbmoron added 3 commits July 2, 2023 00:44
no armv6 build of node:18-bullseye-slim, can be readded once this is fixed
@dumbmoron
Copy link
Copy Markdown
Member Author

should also probably provide some examples even though they are not too dissimilar from the og composefile:

version: '3.5'

services:
    cobalt-api:
        image: ghcr.io/wukko/cobalt:latest
        restart: unless-stopped
        container_name: cobalt-api
        ports:
            - 9000:9000/tcp
        environment:
            - apiPort=9000
            - apiURL=https://co.wuk.sh/
            - apiName=eu-nl
    cobalt-web:
        image: ghcr.io/wukko/cobalt:latest
        restart: unless-stopped
        container_name: cobalt-web
        ports:
            - 9000:9000/tcp
        environment:
            - webPort=9000
            - webURL=https://co.wukko.me/
            - apiURL=https://co.wuk.sh/

@wukko wukko merged commit af6c93c into imputnet:current Aug 31, 2023
@dumbmoron dumbmoron deleted the create-docker-github-action branch August 31, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants