:deploy: 部署相关

This commit is contained in:
孙晓龙
2024-05-28 13:40:38 +08:00
parent 0b4cd3ad6f
commit 202a771d4f
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.21 AS builder
FROM golang:1.22 AS builder
ENV GO111MODULE=on GOPROXY=https://goproxy.cn,direct CGO_ENABLED=0 GOOS=linux GOARCH=amd64

View File

@@ -1,12 +1,10 @@
version: '3.8'
services:
web:
build:
context: .
container_name: kami_boss_test
image: kami_boss_test:0.11
restart:
always
restart: always
ports:
- "22306:12306"
volumes: