Skip to content

Commit

Permalink
Update docker-compose yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Nov 24, 2023
1 parent aec2d36 commit 8560bcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ FROM build AS publish
RUN dotnet publish "AgileConfig.Server.Apisite.csproj" -c Release -o /app/publish

FROM base AS final
ENV COMPlus_EnableDiagnostics=0
WORKDIR /app
COPY --from=publish /app/publish .

Expand Down
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
- "15000:5000"
networks:
- net0
security_opt:
- seccomp=unconfined
volumes:
- /etc/localtime:/etc/localtime
environment:
Expand All @@ -20,6 +22,8 @@ services:
- "15001:5000"
networks:
- net0
security_opt:
- seccomp=unconfined
volumes:
- /etc/localtime:/etc/localtime
environment:
Expand All @@ -35,6 +39,8 @@ services:
- "15002:5000"
networks:
- net0
security_opt:
- seccomp=unconfined
volumes:
- /etc/localtime:/etc/localtime
environment:
Expand Down

0 comments on commit 8560bcc

Please sign in to comment.