add appsmith/docker-compose.yml
This commit is contained in:
27
appsmith/docker-compose.yml
Normal file
27
appsmith/docker-compose.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
appsmith:
|
||||||
|
image: index.docker.io/appsmith/appsmith-ce
|
||||||
|
container_name: appsmith
|
||||||
|
ports:
|
||||||
|
- "8884:80"
|
||||||
|
- "8885:443"
|
||||||
|
volumes:
|
||||||
|
- ./stacks:/appsmith-stacks
|
||||||
|
restart: unless-stopped
|
||||||
|
# Uncomment the lines below to enable auto-update
|
||||||
|
#labels:
|
||||||
|
# com.centurylinklabs.watchtower.enable: "true"
|
||||||
|
|
||||||
|
#auto_update:
|
||||||
|
# image: containrrr/watchtower
|
||||||
|
# volumes:
|
||||||
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
# # Update check interval in seconds.
|
||||||
|
# command: --schedule "0 0 * ? * *" --label-enable --cleanup
|
||||||
|
# restart: unless-stopped
|
||||||
|
# depends_on:
|
||||||
|
# - appsmith
|
||||||
|
# environment:
|
||||||
|
# - WATCHTOWER_LIFECYCLE_HOOKS=true
|
||||||
Reference in New Issue
Block a user