CleanUP before update

This commit is contained in:
App Generator
2021-02-10 11:42:20 +02:00
parent fec08795e1
commit 0f7fc0cd35
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