Errors again.
This commit is contained in:
parent
da073ba78a
commit
543b569fb0
|
@ -5,7 +5,7 @@ services:
|
|||
container_name: activepieces
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "{APP_PORT}:80"
|
||||
- "${APP_PORT}:80"
|
||||
depends_on:
|
||||
- activepieces-postgres
|
||||
- activepieces-redis
|
||||
|
@ -50,7 +50,7 @@ services:
|
|||
- POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD}
|
||||
- POSTGRES_USER=tipi
|
||||
volumes:
|
||||
- "{APP_DATA}/data/postgres:/var/lib/postgresql/data"
|
||||
- "${APP_DATA}/data/postgres:/var/lib/postgresql/data"
|
||||
networks:
|
||||
- tipi_main_network
|
||||
|
||||
|
@ -59,6 +59,6 @@ services:
|
|||
container_name: activepieces-redis
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "{APP_DATA}/data/redis/:/data"
|
||||
- "${APP_DATA}/data/redis/:/data"
|
||||
networks:
|
||||
- tipi_main_network
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Activepiece
|
||||
## Activepieces
|
||||
|
||||
Your friendliest open source all-in-one automation tool, designed to be extensible through a type-safe pieces framework written in Typescript.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user