Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example DockerCompose file #11

Open
meichthys opened this issue Sep 13, 2021 · 2 comments
Open

Example DockerCompose file #11

meichthys opened this issue Sep 13, 2021 · 2 comments

Comments

@meichthys
Copy link

meichthys commented Sep 13, 2021

Great work!
An example docker-compose.yml file would be helpful for self-hosted deployments.

@crishnakh
Copy link

Almost a year... any news?

@meichthys
Copy link
Author

This is enough to play around:
⚠ Note: don't try to put this behind a reverse proxy with https, it will probably fail with a mixed content warning in browser consoles.

version: '3.3'
services:
    officelifehq:
        container_name: officelife
        ports:
            - '<your_host_port_here>:80'
        volumes:
            - '/var/run/docker.sock:/tmp/docker.sock:ro'
        restart: always
        logging:
            options:
                max-size: 1g
        image: 'ghcr.io/officelifehq/officelife-dev:main-apache'

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

No branches or pull requests

2 participants