https://github.com/larsks/so-example-74187101
https://github.com/larsks/so-example-74187101
example stackoverflow
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larsks/so-example-74187101
- Owner: larsks
- Created: 2022-10-24T23:08:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T23:24:38.000Z (over 3 years ago)
- Last Synced: 2025-10-09T09:06:30.472Z (4 months ago)
- Topics: example, stackoverflow
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository accompanies .
To deploy this environment:
```
for dir in traefik app1 app2; do
(
cd $dir && docker-compose up -d
)
done
```
Then access:
- http://127.0.0.2/app1/
- http://127.0.0.2/app2/