-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker file to use published image if desired. Update README.
- Loading branch information
Jason Gessner
authored and
Jason Gessner
committed
Sep 29, 2024
1 parent
fc73178
commit 79e3e4d
Showing
4 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
services: | ||
# service configuration for our dockerized Rails app | ||
web: | ||
environment: | ||
VIRTUAL_HOST: rules.nullsignal.games | ||
VIRTUAL_PORT: 80 | ||
LETSENCRYPT_HOST: rules.nullsignal.games | ||
LETSENCRYPT_EMAIL: [email protected] | ||
|
||
networks: | ||
- null_signal | ||
|
||
networks: | ||
null_signal: | ||
external: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters