Errors again.
This commit is contained in:
parent
da073ba78a
commit
543b569fb0
|
@ -5,7 +5,7 @@ services:
|
||||||
container_name: activepieces
|
container_name: activepieces
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "{APP_PORT}:80"
|
- "${APP_PORT}:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- activepieces-postgres
|
- activepieces-postgres
|
||||||
- activepieces-redis
|
- activepieces-redis
|
||||||
|
@ -50,7 +50,7 @@ services:
|
||||||
- POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD}
|
- POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD}
|
||||||
- POSTGRES_USER=tipi
|
- POSTGRES_USER=tipi
|
||||||
volumes:
|
volumes:
|
||||||
- "{APP_DATA}/data/postgres:/var/lib/postgresql/data"
|
- "${APP_DATA}/data/postgres:/var/lib/postgresql/data"
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
|
@ -59,6 +59,6 @@ services:
|
||||||
container_name: activepieces-redis
|
container_name: activepieces-redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "{APP_DATA}/data/redis/:/data"
|
- "${APP_DATA}/data/redis/:/data"
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- 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.
|
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