added structure to projectfiles
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user