1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

chore: remove leftovers

This commit is contained in:
Christy Jacob 2023-09-07 19:35:16 -04:00
parent da854f36dc
commit 2d180c3594
2 changed files with 1 additions and 6 deletions

View file

@ -199,10 +199,6 @@ RUN chmod +x /usr/local/bin/hamster && \
# Letsencrypt Permissions
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
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

View file

@ -84,7 +84,6 @@ services:
- ./public:/usr/src/code/public
- ./src:/usr/src/code/src
- ./dev:/usr/src/code/dev
- /Users/christyjacob/.ssh:/root/.ssh
depends_on:
- mariadb
- redis
@ -684,7 +683,7 @@ services:
appwrite-assistant:
container_name: appwrite-assistant
image: appwrite/assistant:0.2.0
image: appwrite/assistant:0.2.1
networks:
- appwrite
environment: