mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
Readme and prod updates
This commit is contained in:
parent
870870e62b
commit
6220f41095
@ -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
|
||||
|
@ -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**
|
||||
|
Loading…
x
Reference in New Issue
Block a user