mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
19 lines
466 B
TOML
19 lines
466 B
TOML
# The following version number is incremented whenever
|
|
# a container in this repository recieves a version bump!
|
|
|
|
[project]
|
|
name = "web"
|
|
version = "1.0.1"
|
|
description = "My portfolio website!"
|
|
authors = ["Timothy Pidashev (timmypidashev) <pidashev.tim@gmail.com>"]
|
|
source = "https://github.com/timmypidashev/web"
|
|
license = "MIT"
|
|
|
|
[containers]
|
|
|
|
[proxy]
|
|
version = "0.0.0"
|
|
description = "Responsible for proxying all traffic from containers to the web."
|
|
|
|
|