all repos — website @ 9de90b154652584822c6deb1f2fe828797e444ec

My official website.

Merge pull request 'Update compose.yml' (#1) from staging into main

Reviewed-on: https://git.foggymtndrifter.com/michael/website/pulls/1
Michael Kinder michael@noreply.git.foggymtndrifter.com
Tue, 22 Oct 2024 13:52:42 -0400
commit

9de90b154652584822c6deb1f2fe828797e444ec

parent

bf2ab39d221ebabd17a9fab96f439ac7168f1b5e

1 files changed, 10 insertions(+), 1 deletions(-)

jump to
M compose.ymlcompose.yml

@@ -3,4 +3,13 @@ app:

restart: unless-stopped build: . ports: - - '80:80'+ - '80:80' + profiles: + - production + staging: + restart: unless-stopped + build: . + ports: + - '81:80' + profiles: + - staging