Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
/ containers Public archive

Docker / Podman containers hosted on the shared server.

Notifications You must be signed in to change notification settings

approvers/containers

Repository files navigation

containers

Deployer
Docker / Podman containers hosted on the shared server.

Usage

  1. Clone & Create a new branch.
  2. Create a directory with your project's name.
  3. Place your docker-compose.yml into the directory.
  4. Create a pull request and wait for the review.

Using secrets as environment variables

  1. Define [directory] the name of the directory that you placed docker-compose.yml into.
  2. Define [DIRECTORY] the [directory] that is converted to uppercase characters.
  3. Ensure the name of the environment variable is [DIRECTORY]_FOO_BAR.
  4. Add the variable as a secret .
  5. Add it to jobs.steps[1].env in .github/workflows/deployer.yml .
  6. Use in docker-compose.yml .

About

Docker / Podman containers hosted on the shared server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages