Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# NAME

Podman Blank - Containers for Blank-based websites.

# VERSION

1.02

# DESCRIPTION

This directory provides files for setting up a Blank website instance using podman and podman-compose.

It is based on one image for a Postgresql database and one image for a Mojolicious app.
It creates three containers/services, one for the database, one for running migrations (it needs to
be run before the main website container) and one for serving the website.

# INSTALLATION

clone this project
replace all mentions of 'website' by the name of your project
add your configuration file in website/ and make sure it is copied in the Container file
create a tls directory and the needed certificate and keys and make sure it is copied in the Container file
Install Podman including podman-compose.
Do in your shell:
podman-compose -f compose.yaml up

# Access to the website container
In order to pull from git or act on the Database from Mojolicious
$ podman exec -ti *project* bash

About

Podman files for starting a Blank website (see my Blank repository)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages