업로드

This commit is contained in:
hyeonggil
2026-03-28 09:58:17 +09:00
commit fd84a4da81
31 changed files with 5483 additions and 0 deletions

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
services:
lotto-buyer:
build:
context: .
dockerfile: Dockerfile
image: lotto-buyer:latest
container_name: lotto-buyer
restart: "no"
env_file:
- .env
environment:
- GAME_COUNT=${GAME_COUNT:-5}
- TZ=Asia/Seoul
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "5"
network_mode: host