mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: remove leftovers
This commit is contained in:
parent
da854f36dc
commit
2d180c3594
2 changed files with 1 additions and 6 deletions
|
|
@ -199,10 +199,6 @@ RUN chmod +x /usr/local/bin/hamster && \
|
||||||
# Letsencrypt Permissions
|
# Letsencrypt Permissions
|
||||||
RUN mkdir -p /etc/letsencrypt/live/ && chmod -Rf 755 /etc/letsencrypt/live/
|
RUN mkdir -p /etc/letsencrypt/live/ && chmod -Rf 755 /etc/letsencrypt/live/
|
||||||
|
|
||||||
RUN apk add git openssh-client
|
|
||||||
RUN git config --global user.email "christyjacob4@gmail.com"
|
|
||||||
RUN git config --global user.name "Christy Jacob"
|
|
||||||
|
|
||||||
# Enable Extensions
|
# Enable Extensions
|
||||||
RUN if [ "$DEBUG" == "true" ]; then printf "zend_extension=yasd \nyasd.debug_mode=remote \nyasd.init_file=/usr/src/code/dev/yasd_init.php \nyasd.remote_port=9005 \nyasd.log_level=-1" >> /usr/local/etc/php/conf.d/yasd.ini; fi
|
RUN if [ "$DEBUG" == "true" ]; then printf "zend_extension=yasd \nyasd.debug_mode=remote \nyasd.init_file=/usr/src/code/dev/yasd_init.php \nyasd.remote_port=9005 \nyasd.log_level=-1" >> /usr/local/etc/php/conf.d/yasd.ini; fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,6 @@ services:
|
||||||
- ./public:/usr/src/code/public
|
- ./public:/usr/src/code/public
|
||||||
- ./src:/usr/src/code/src
|
- ./src:/usr/src/code/src
|
||||||
- ./dev:/usr/src/code/dev
|
- ./dev:/usr/src/code/dev
|
||||||
- /Users/christyjacob/.ssh:/root/.ssh
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
- redis
|
- redis
|
||||||
|
|
@ -684,7 +683,7 @@ services:
|
||||||
|
|
||||||
appwrite-assistant:
|
appwrite-assistant:
|
||||||
container_name: appwrite-assistant
|
container_name: appwrite-assistant
|
||||||
image: appwrite/assistant:0.2.0
|
image: appwrite/assistant:0.2.1
|
||||||
networks:
|
networks:
|
||||||
- appwrite
|
- appwrite
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue