Folders and files
| Name | Name | 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