remove non-important files

This commit is contained in:
LelouchFR
2026-03-16 12:10:41 +00:00
parent 3acc5a9c4c
commit 1ca6abe6f4
2 changed files with 0 additions and 45 deletions

View File

@@ -1,25 +0,0 @@
name: pretendo
recipe: lamp
config:
php: '8.3'
via: apache:2.4
webroot: .
database: mongo:8.0
xdebug: false
services:
phpmyadmin:
type: phpmyadmin
hosts:
- mongo8
mongodb:
type: mongo:8.0
redis:
type: redis
portforward: true
node:
type: node
build:
- yarn install
tooling:
yarn:
service: node

View File

@@ -1,20 +0,0 @@
version: '3.8'
services:
app:
build: .
ports:
- "3000:3000"
environment:
- MONGODB_URI=mongodb://mongo:27017/pretendo
depends_on:
- mongo
mongo:
image: mongo:6
ports:
- "27017:27017"
volumes:
- mongo_data:/data/db
volumes:
mongo_data: