mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
build: rm .dev dcompose, nginx-debug in dev mode
This commit is contained in:
parent
cffe641e2b
commit
6ce7addb77
3 changed files with 2 additions and 16 deletions
|
|
@ -10,7 +10,6 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Include=".env" />
|
||||
<None Include="docker-compose.dev.yml" />
|
||||
<None Include="docker-compose.override.yml">
|
||||
<DependentUpon>docker-compose.yml</DependentUpon>
|
||||
</None>
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
# overrides for local development (outside of Visual Studio)
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
reverse_proxy:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./reverse-proxy/conf.d.dev:/etc/nginx/conf.d:ro
|
||||
|
||||
directory.db:
|
||||
command: ["postgres", "-c", "log_statement=all"]
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# overrides for Visual Studio development
|
||||
# overrides for development
|
||||
|
||||
version: "3.8"
|
||||
|
||||
|
|
@ -9,6 +9,7 @@ services:
|
|||
- "80:80"
|
||||
volumes:
|
||||
- ./reverse-proxy/conf.d.dev:/etc/nginx/conf.d:ro
|
||||
command: ["nginx-debug", "-g", "daemon off;"]
|
||||
|
||||
directory.api:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue