精简提交历史记录
This commit is contained in:
25
apps/seatable/latest/docker-compose.yml
Normal file
25
apps/seatable/latest/docker-compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: '3'
|
||||
services:
|
||||
seatable:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
#- "${PANEL_APP_PORT_HTTPS}:443"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/shared"
|
||||
environment:
|
||||
- DB_HOST=${PANEL_DB_HOST}
|
||||
- DB_ROOT_PASSWD=${PANEL_DB_ROOT_PASSWORD}
|
||||
- TIME_ZONE=${TIME_ZONE}
|
||||
- SEATABLE_SERVER_HOSTNAME=${SERVER_HOSTNAME}
|
||||
- SEATABLE_SERVER_LETSENCRYPT=false
|
||||
image: seatable/seatable-developer:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user