Files
learn.softwareshinobi.com/compose.yaml

18 lines
267 B
YAML
Raw Normal View History

2025-03-14 15:46:26 -04:00
services:
2025-06-05 20:01:56 -04:00
links.softwareshinobi.come:
2025-03-14 15:46:26 -04:00
2025-06-05 20:01:56 -04:00
container_name: links.softwareshinobi.com
2025-03-14 15:46:26 -04:00
2025-06-05 20:01:56 -04:00
image: softwareshinobi/links.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