added structure to projectfiles

This commit is contained in:
2022-02-25 14:01:30 +01:00
parent 5013fa848a
commit 3d7b6d3b0d
+18
View File
@@ -0,0 +1,18 @@
version: "3"
networks:
app-tier:
driver: bridge
services:
mongodb:
image: 'bitnami/mongodb:latest'
networks:
- app-tier
myapp:
# image: 'YOUR_APPLICATION_IMAGE'
networks:
- app-tier