Readme and prod updates

This commit is contained in:
Ben Allfree 2022-11-02 18:03:21 +00:00
parent 870870e62b
commit 6220f41095
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ services:
dockerfile: Dockerfile
container_name: prepbox
working_dir: /src
command: bash -c "yarn && yarn build && yarn migrate"
command: bash -c "yarn migrate"
volumes:
- /home/pockethost/data:/data
- ./mount/cache/go:/go

View File

@ -108,9 +108,9 @@ git clone git@github.com:benallfree/pockethost.git
cd pockethost/docker
cp .env-template-prod .env.local # Edit as needed - defaults should work
cd ..
docker-compose -f docker/build.yaml up --remove-orphans
docker-compose -f docker/migrate.yaml up --remove-orphans
docker-compose -f docker/prod.yaml up --remove-orphans
docker compose -f docker/build.yaml up --remove-orphans
docker compose -f docker/migrate.yaml up --remove-orphans
docker compose -f docker/prod.yaml up --remove-orphans
```
**2. Refresh Certbot**