38.3 Deploy backend with S3 storage profile (#38)
This commit is contained in:
@ -192,7 +192,9 @@
|
|||||||
<port>443:8080</port>
|
<port>443:8080</port>
|
||||||
</ports>
|
</ports>
|
||||||
<env>
|
<env>
|
||||||
<SPRING_PROFILES_ACTIVE>aws-rds</SPRING_PROFILES_ACTIVE>
|
<SPRING_PROFILES_ACTIVE>aws-rds,image-s3</SPRING_PROFILES_ACTIVE>
|
||||||
|
<AMAZON_S3_ACCESS_KEY>AKI...{THIS IS NOT SECURE TO STORE ACCESS_KEY in GitHub Repo}...BJ</AMAZON_S3_ACCESS_KEY>
|
||||||
|
<AMAZON_S3_SECRET_KEY>LUS...{THIS IS NOT SECURE TO STORE SECRET_KEY in GitHub Repo}...AW</AMAZON_S3_SECRET_KEY>
|
||||||
</env>
|
</env>
|
||||||
<restartPolicy>
|
<restartPolicy>
|
||||||
<name>always</name>
|
<name>always</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user