feat: Updates environment variables and datbase to allow postgres configuration for production environments.
All checks were successful
CI / Linux Tests (push) Successful in 6m39s

This commit is contained in:
2026-02-03 09:41:31 -05:00
parent bad4a49f41
commit 3cc7fe9926
11 changed files with 202 additions and 101 deletions

View File

@@ -2,7 +2,7 @@
"name": "swift-manual-d-dev",
"image": "git.housh.dev/michael/swift-dev-container:latest",
"features": {
"ghcr.io/devcontainers/features/sshd:1": {},
//"ghcr.io/devcontainers/features/sshd:1": {},
"ghcr.io/devcontainers/features/git:1": {
"version": "os-provided",
"ppa": "false"
@@ -14,7 +14,7 @@
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {},
//"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/wxw-matt/devcontainer-features/apt:latest": {
"packages": "weasyprint gnupg2"
"packages": "weasyprint gnupg2 tmux"
}
},
"runArgs": [
@@ -22,6 +22,9 @@
"--security-opt",
"seccomp=unconfined"
],
"remoteEnv": {
"TERM": "xterm-256color"
},
"remoteUser": "swift",
"forwardPorts": [8080],
}