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
1 files changed,
10 insertions(+),
1 deletions(-)
jump to
M
compose.yml
→
compose.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