Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
nzws committed May 14, 2024
1 parent b4a4d35 commit a3a40a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/server/src/cli/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export const Config: ConfigTypes = {
commands: {
addUser,
generateKey,
createInviteCode,
createInviteCode
}
};
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ services:
# environment:
# VIDEO_DOMAIN: http://
#
# video_agent:
# build:
# context: ./
# dockerfile: ./apps/video/Dockerfile
# container_name: video
# expose:
# - 8000
# env_file:
# - .env
# volumes:
# - ./dockerdata/video-web/static:/home/node/static
# environment:
# SERVER_ENDPOINT: http://host.docker.internal:8080
# extra_hosts:
# - 'host.docker.internal:host-gateway'
# video_agent:
# build:
# context: ./
# dockerfile: ./apps/video/Dockerfile
# container_name: video
# expose:
# - 8000
# env_file:
# - .env
# volumes:
# - ./dockerdata/video-web/static:/home/node/static
# environment:
# SERVER_ENDPOINT: http://host.docker.internal:8080
# extra_hosts:
# - 'host.docker.internal:host-gateway'

volumes:
postgres_volume:
Expand Down

0 comments on commit a3a40a6

Please sign in to comment.