mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Move contents into new folder structure based on primary technology Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
7 lines
121 B
YAML
7 lines
121 B
YAML
---
|
|
- name: nginx-01
|
|
image: nginx
|
|
ports: ['80:80', '443:443']
|
|
- name: redis-01
|
|
image: redis
|
|
ports: ['6379:6379']
|