CleanUP before Update

This commit is contained in:
App Generator
2021-11-10 17:03:57 +02:00
parent 19f133a1ef
commit 94e62b6ea9
226 changed files with 0 additions and 42346 deletions

View File

@ -1,27 +0,0 @@
version: '3'
services:
appseed-app:
restart: always
env_file: .env
build: .
ports:
- "5005:5005"
networks:
- db_network
- web_network
nginx:
restart: always
image: "nginx:latest"
ports:
- "85:85"
volumes:
- ./nginx:/etc/nginx/conf.d
networks:
- web_network
depends_on:
- appseed-app
networks:
db_network:
driver: bridge
web_network:
driver: bridge