Legend:
- Unmodified
- Added
- Removed
-
README.md
r22367db r41d3f60 8 8 POSTGRES_PASSWORD="postgres" 9 9 POSTGRES_DB="postgres" 10 GOOGLE_EMAIL="YOUR_GOOGLE_EMAIL" 11 GOOGLE_APP_PASSWORD="YOUR_GOOGLE_APP_PASSWORD" 12 GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID_OAUTH2 13 GOOGLE_CLIENT_SECRET=YOUR_GOOGLE_CLIENT_SECRET_OAUTH2 14 NEXT_SECRET="S0s2l3jzcxVw93sS0s2l3j" 15 NEXTAUTH_URL="http://localhost:3000/api/auth/" 10 16 11 17 … … 23 29 Open another console and run: 24 30 25 docker exec -it name_of_db_container/bin/bash26 psql -U postgres postgres `<` /usr/local/app/ dummy_database.sql31 docker exec -it NAME_OF_DATABASE_CONTAINER /bin/bash 32 psql -U postgres postgres `<` /usr/local/app/caessino.sql 27 33 28 34 -- Note: When inserting `<`, it should not be surrounded by quotation marks
Note:
See TracChangeset
for help on using the changeset viewer.