Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feat/docker #8

Open
wants to merge 5 commits into
base: DEV
Choose a base branch
from
Open

Feat/docker #8

wants to merge 5 commits into from

Conversation

sihyeong671
Copy link
Contributor

@sihyeong671 sihyeong671 commented Jan 16, 2023

  • 도커 폴더 및 도커 파일 추가
  • docker compose 파일 추가
  • pipfile 및 pipfile.lock 파일 교체 (필수 기능 아닌것 dev로 이동)
  • readme 추가

@sihyeong671 sihyeong671 changed the base branch from main to DEV January 16, 2023 11:40
@sshinohs
Copy link
Contributor

COPY ../Pipfile.lock이 주석처리 된 버전으로 pull 하여 기존에 작동 안되던 final-project-webapp_1 , final-project-webapp_2를 삭제한 후에 다시 docker compose up -d 로 실행했지만 안됩니다.
image

아래는 webserver 컨테이너의 로그 내용 일부입니다.

2023-01-17 18:54:55 /docker-entrypoint.sh: Configuration complete; ready for start up
2023-01-17 18:55:56 /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
2023-01-17 18:55:56 /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
2023-01-17 18:55:56 /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
2023-01-17 18:55:56 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
2023-01-17 18:55:56 /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
2023-01-17 18:55:56 /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
2023-01-17 18:55:56 /docker-entrypoint.sh: Configuration complete; ready for start up
2023-01-17 18:56:56 /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
2023-01-17 18:56:56 /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
2023-01-17 18:56:56 /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
2023-01-17 18:56:56 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
2023-01-17 18:56:56 /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
2023-01-17 18:56:56 /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
2023-01-17 18:56:56 /docker-entrypoint.sh: Configuration complete; ready for start up
2023-01-17 18:57:57 /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
2023-01-17 18:57:57 /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
2023-01-17 18:57:57 /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
2023-01-17 18:57:57 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
2023-01-17 18:57:57 /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
2023-01-17 18:57:57 /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
2023-01-17 18:57:57 /docker-entrypoint.sh: Configuration complete; ready for start up
2023-01-17 18:58:58 /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
2023-01-17 18:58:58 /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
2023-01-17 18:58:58 /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
2023-01-17 18:58:58 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
2023-01-17 18:58:58 /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
2023-01-17 18:58:58 /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
2023-01-17 18:58:58 /docker-entrypoint.sh: Configuration complete; ready for start up
2023-01-17 18:59:59 /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
2023-01-17 18:59:59 /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
2023-01-17 18:59:59 /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
2023-01-17 18:59:59 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
2023-01-17 18:59:59 /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
2023-01-17 18:59:59 /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
2023-01-17 18:59:59 /docker-entrypoint.sh: Configuration complete; ready for start up

image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants