reface to openteam
This commit is contained in:
24
deploy/docker/docker-compose.yml
Normal file
24
deploy/docker/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
opencatd:
|
||||
image: mirrors2/opencatd-open
|
||||
container_name: opencatd-open
|
||||
restart: unless-stopped
|
||||
#network_mode: host
|
||||
ports:
|
||||
- 80:80
|
||||
volumes:
|
||||
- $PWD/db:/app/db
|
||||
logging:
|
||||
# driver: "json-file"
|
||||
options:
|
||||
max-size: 10m
|
||||
max-file: 3
|
||||
# environment:
|
||||
# Vertex: |
|
||||
# {
|
||||
# "type": "service_account",
|
||||
# "universe_domain": "googleapis.com"
|
||||
# }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user