CleanUp before Update

This commit is contained in:
App Generator
2023-06-06 10:56:09 +03:00
parent bc4d5dc6d9
commit 3e51831eab
228 changed files with 0 additions and 35147 deletions

View File

@ -1,28 +0,0 @@
version: '3.8'
services:
appseed-app:
container_name: appseed_app
restart: always
env_file: .env
build: .
networks:
- db_network
- web_network
nginx:
container_name: 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