2025-03-14 15:46:26 -04:00
|
|
|
services:
|
|
|
|
|
|
2025-06-05 20:03:15 -04:00
|
|
|
learn.softwareshinobi.come:
|
2025-03-14 15:46:26 -04:00
|
|
|
|
2025-06-05 20:03:15 -04:00
|
|
|
container_name: learn.softwareshinobi.com
|
2025-03-14 15:46:26 -04:00
|
|
|
|
2025-06-05 20:03:15 -04:00
|
|
|
image: softwareshinobi/learn.softwareshinobi.com
|
2025-03-14 15:46:26 -04:00
|
|
|
|
2025-06-05 20:01:56 -04:00
|
|
|
build:
|
2025-03-14 15:46:26 -04:00
|
|
|
|
2025-06-05 20:01:56 -04:00
|
|
|
context: .
|
2025-03-14 15:46:26 -04:00
|
|
|
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
2025-06-05 20:01:56 -04:00
|
|
|
- 8000:80
|