Skip to content

Commit

Permalink
Changed the image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
saghatelian committed Oct 24, 2023
1 parent d275dbb commit fc03618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker-compose-10web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
x-superset-image: &superset-image docker.io/library/superset-10web:3.0.0.0
x-superset-image: &superset-image dc.10web.io:5050/reporting/superset:3.0.1.0
x-superset-depends-on: &superset-depends-on
- db
- redis
x-superset-volumes:
&superset-volumes # /app/pythonpath_docker will be appended to the PYTHONPATH in the final container
- ./docker:/app/docker
- superset_home:/app/superset_home
- ./10web-uploads:/app/superset/static/assets/10web-uploads

version: "3.7"
services:
Expand Down
4 changes: 2 additions & 2 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc03618

Please sign in to comment.